Html Css Color HEX #9D0DEE Dark Violet

📋 copy color: '#9D0DEE'

red 157 ◦ green 13 ◦ blue 238

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

Shades of Dark Violet #9D0DEE

Tints of Dark Violet #9D0DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.19%

 BLUE value IS 238 (93.36% from 255) = 58.33%

R = 38.48%
G = 3.19%
B = 58.33%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9D0DEE (or 0x9D0DEE) is known color: Dark Violet. HEX triplet: 9D, 0D and EE. RGB value is (157,13,238). Sum of RGB (Red+Green+Blue) = 157+13+238=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D0DEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D0DEE is #62F211. Grayscale: #505050. Windows color (decimal): -6484498 or 15601053. OLE color: 15601053.

HSL color Cylindrical-coordinate representation of color #9D0DEE: hue angle of 278.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0DEE is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 13 238 -
CMYK 0.34 0.95 0 0.07
HSL 278.4º 0.9% 0.49% -
HSV(B) 278.4º 0.95% 0.93% -
XYZ 29.48 13.63 81.97 -
YUV 81.71 216.21 181.7 -
System Red Green Blue C M Y K H S L
Decimal 157 13 238 0.34 0.95 0 0.07 278.4 0.9 0.49
Hex 9D D EE 22 5F 0 7 116 5A 31
Octal 235 15 356 42 137 0 7 426 132 61
Binary 10011101 1101 11101110 100010 1011111 0 111 100010110 1011010 110001

Color Harmonies of #9D0DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0DEE

Black with #9D0DEE

Text Example


Text Example

White with #9D0DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,13,238); }

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

background-color css

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

 a { background-color: rgb(157,13,238); }

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

border-color css

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

 span { border-color: rgb(157,13,238); }

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