#8D0CCA

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

Shades of Dark Violet #8D0CCA

Tints of Dark Violet #8D0CCA

Color information

#8D0CCA (or 0x8D0CCA) is unknown color: approx Dark Violet. HEX triplet: 8D, 0C and CA. RGB value is (141,12,202). Sum of RGB (Red+Green+Blue) = 141+12+202=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D0CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0CCA is #72F335. Grayscale: #474747. Windows color (decimal): -7533366 or 13241485. OLE color: 13241485.

HSL color Cylindrical-coordinate representation of color #8D0CCA: hue angle of 280.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0CCA is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14112202-
CMYK0.300.9400.21
HSL280.74º88.79%41.96%-
HSV(B)280.74º94.06%79.22%-
XYZ21.7810.1956.7-
YUV72.23201.24177.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 12 (5.08% from 255) = 3.38%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=39.72%
G=3.38%
B=56.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141122020.300.9400.21280.7488.7941.96
Hex8DCCA1E5E015119592a
Octal215143123613602543113152
Binary100011011100110010101111010111100101011000110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,12,202); }

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

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

 a { background-color: rgb(141,12,202); }

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

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

 span { border-color: rgb(141,12,202); }

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