#9D0CE2

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

Shades of Dark Violet #9D0CE2

Tints of Dark Violet #9D0CE2

Color information

#9D0CE2 (or 0x9D0CE2) is unknown color: approx Dark Violet. HEX triplet: 9D, 0C and E2. RGB value is (157,12,226). Sum of RGB (Red+Green+Blue) = 157+12+226=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 226 (88.67% from 255 or 57.22% from 395); Max value from RGB is 226 - color contains mainly: blue. Hex color #9D0CE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0CE2 is #62F31D. Grayscale: #4F4F4F. Windows color (decimal): -6484766 or 14814365. OLE color: 14814365.

HSL color Cylindrical-coordinate representation of color #9D0CE2: hue angle of 280.65º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0CE2 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15712226-
CMYK0.310.9500.11
HSL280.65º89.92%46.67%-
HSV(B)280.65º94.69%88.63%-
XYZ27.7612.9272.98-
YUV79.75210.54183.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.75%
GREEN value IS 12 (5.08% from 255) = 3.04%
BLUE value IS 226 (88.67% from 255) = 57.22%
R=39.75%
G=3.04%
B=57.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal157122260.310.9500.11280.6589.9246.67
Hex9DCE21F5F0B1195a2f
Octal235143423713701343113257
Binary10011101110011100010111111011111010111000110011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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