#9D0CEA

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

Shades of Dark Violet #9D0CEA

Tints of Dark Violet #9D0CEA

Color information

#9D0CEA (or 0x9D0CEA) is unknown color: approx Dark Violet. HEX triplet: 9D, 0C and EA. RGB value is (157,12,234). Sum of RGB (Red+Green+Blue) = 157+12+234=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D0CEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D0CEA is #62F315. Grayscale: #4F4F4F. Windows color (decimal): -6484758 or 15338653. OLE color: 15338653.

HSL color Cylindrical-coordinate representation of color #9D0CEA: hue angle of 279.19º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0CEA is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15712234-
CMYK0.330.9500.08
HSL279.19º90.24%48.24%-
HSV(B)279.19º94.87%91.76%-
XYZ28.8913.3778.9-
YUV80.66214.54182.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.96%
GREEN value IS 12 (5.08% from 255) = 2.98%
BLUE value IS 234 (91.80% from 255) = 58.06%
R=38.96%
G=2.98%
B=58.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal157122340.330.9500.08279.1990.2448.24
Hex9DCEA215F081175a30
Octal235143524113701042713260
Binary100111011100111010101000011011111010001000101111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D0CEA; }

 p { color: rgb(157,12,234); }

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

<style>
 a { background-color: #9D0CEA; }

 a { background-color: rgb(157,12,234); }

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

<style>
 span { border-color: #9D0CEA; }

 span { border-color: rgb(157,12,234); }

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