#8D0CC8

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

Shades of Dark Violet #8D0CC8

Tints of Dark Violet #8D0CC8

Color information

#8D0CC8 (or 0x8D0CC8) is unknown color: approx Dark Violet. HEX triplet: 8D, 0C and C8. RGB value is (141,12,200). Sum of RGB (Red+Green+Blue) = 141+12+200=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 200 (78.52% from 255 or 56.66% from 353); Max value from RGB is 200 - color contains mainly: blue. Hex color #8D0CC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0CC8 is #72F337. Grayscale: #474747. Windows color (decimal): -7533368 or 13110413. OLE color: 13110413.

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

Color convert

RGB14112200-
CMYK0.290.9400.22
HSL281.17º88.68%41.57%-
HSV(B)281.17º94%78.43%-
XYZ21.5410.155.46-
YUV72200.24177.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.94%
GREEN value IS 12 (5.08% from 255) = 3.40%
BLUE value IS 200 (78.52% from 255) = 56.66%
R=39.94%
G=3.40%
B=56.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141122000.290.9400.22281.1788.6841.57
Hex8DCC81D5E016119592a
Octal215143103513602643113152
Binary100011011100110010001110110111100101101000110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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