Html Css Color HEX #9D0EEB Dark Violet

📋 copy color: '#9D0EEB'

red 157 ◦ green 14 ◦ blue 235

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

Shades of Dark Violet #9D0EEB

Tints of Dark Violet #9D0EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.45%

 BLUE value IS 235 (92.19% from 255) = 57.88%

R = 38.67%
G = 3.45%
B = 57.88%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D0EEB (or 0x9D0EEB) is known color: Dark Violet. HEX triplet: 9D, 0E and EB. RGB value is (157,14,235). Sum of RGB (Red+Green+Blue) = 157+14+235=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D0EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D0EEB is #62F114. Grayscale: #515151. Windows color (decimal): -6484245 or 15404701. OLE color: 15404701.

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

Color convert

RGB 157 14 235 -
CMYK 0.33 0.94 0 0.08
HSL 278.82º 0.89% 0.49% -
HSV(B) 278.82º 0.94% 0.92% -
XYZ 29.06 13.48 79.67 -
YUV 81.95 214.38 181.53 -
System Red Green Blue C M Y K H S L
Decimal 157 14 235 0.33 0.94 0 0.08 278.82 0.89 0.49
Hex 9D E EB 21 5E 0 8 117 59 31
Octal 235 16 353 41 136 0 10 427 131 61
Binary 10011101 1110 11101011 100001 1011110 0 1000 100010111 1011001 110001

Color Harmonies of #9D0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0EEB

Black with #9D0EEB

Text Example


Text Example

White with #9D0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,14,235); }

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

background-color css

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

 a { background-color: rgb(157,14,235); }

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

border-color css

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

 span { border-color: rgb(157,14,235); }

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