#8d309a

Color #8D309A Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8D309A

Tints of Vivid Violet #8D309A

Color information

#8D309A (or 0x8D309A) is unknown color: approx Vivid Violet. HEX triplet: 8D, 30 and 9A. RGB value is (141,48,154). Sum of RGB (Red+Green+Blue) = 141+48+154=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D309A is #72CF65. Grayscale: #575757. Windows color (decimal): -7524198 or 10104973. OLE color: 10104973.

HSL color Cylindrical-coordinate representation of color #8D309A: hue angle of 292.64º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D309A is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14148154-
CMYK0.080.6900.40
HSL292.64º52.48%39.61%-
HSV(B)292.64º68.83%60.39%-
XYZ17.8710.1131.58-
YUV87.89165.31165.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 41.11%
GREEN value IS 48 (19.14% from 255) = 13.99%
BLUE value IS 154 (60.55% from 255) = 44.90%
R=41.11%
G=13.99%
B=44.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141481540.080.6900.40292.6452.4839.61
Hex8D309A8450281253428
Octal21560232101050504456450
Binary1000110111000010011010100010001010101000100100101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d309a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8d309a; }

 p { color: rgb(141,48,154); }

 H1.HeaderClassName
 {
   color: #8d309a;
 }
 .AnyTagClassName
 {
   color: #8d309a;
 }
</style>
background-color css

<style>
 a { background-color: #8d309a; }

 a { background-color: rgb(141,48,154); }

 div.DivClassName
 {
   background-color: #8d309a;
 }
 .BgClassName
 {
   background-color: #8d309a;
 }
</style>
border-color css

<style>
 span { border-color: #8d309a; }

 span { border-color: rgb(141,48,154); }

 td.TdClassName
 {
   border-color: #8d309a;
 }
 .TagClassName
 {
   border-color: #8d309a;
 }
</style>