Html Css Color HEX #9D11DE Dark Violet

📋 copy color: '#9D11DE'

red 157 ◦ green 17 ◦ blue 222

#9D11DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9D11DE

Tints of Dark Violet #9D11DE

RGB

 RED value IS 157 (61.72% from 255) = 39.65%

 GREEN value IS 17 (7.03% from 255) = 4.29%

 BLUE value IS 222 (87.11% from 255) = 56.06%

R = 39.65%
G = 4.29%
B = 56.06%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D11DE (or 0x9D11DE) is known color: Dark Violet. HEX triplet: 9D, 11 and DE. RGB value is (157,17,222). Sum of RGB (Red+Green+Blue) = 157+17+222=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D11DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D11DE is #62EE21. Grayscale: #515151. Windows color (decimal): -6483490 or 14553501. OLE color: 14553501.

HSL color Cylindrical-coordinate representation of color #9D11DE: hue angle of 280.98º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D11DE is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 17 222 -
CMYK 0.29 0.92 0 0.13
HSL 280.98º 0.86% 0.47% -
HSV(B) 280.98º 0.92% 0.87% -
XYZ 27.29 12.84 70.15 -
YUV 82.23 206.88 181.33 -
System Red Green Blue C M Y K H S L
Decimal 157 17 222 0.29 0.92 0 0.13 280.98 0.86 0.47
Hex 9D 11 DE 1D 5C 0 D 119 56 2F
Octal 235 21 336 35 134 0 15 431 126 57
Binary 10011101 10001 11011110 11101 1011100 0 1101 100011001 1010110 101111

Color Harmonies of #9D11DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D11DE

Black with #9D11DE

Text Example


Text Example

White with #9D11DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,17,222); }

 H1.HeaderClassName
 {
   color: #9D11DE;
 }
 .AnyTagClassName
 {
   color: #9D11DE;
 }
</style>

background-color css

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

 a { background-color: rgb(157,17,222); }

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

border-color css

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

 span { border-color: rgb(157,17,222); }

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