Html Css Color HEX #9B0EEB Dark Violet

📋 copy color: '#9B0EEB'

red 155 ◦ green 14 ◦ blue 235

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

Shades of Dark Violet #9B0EEB

Tints of Dark Violet #9B0EEB

RGB

 RED value IS 155 (60.94% from 255) = 38.37%

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

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

R = 38.37%
G = 3.47%
B = 58.17%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B0EEB (or 0x9B0EEB) is known color: Dark Violet. HEX triplet: 9B, 0E and EB. RGB value is (155,14,235). Sum of RGB (Red+Green+Blue) = 155+14+235=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B0EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0EEB is #64F114. Grayscale: #505050. Windows color (decimal): -6615317 or 15404699. OLE color: 15404699.

HSL color Cylindrical-coordinate representation of color #9B0EEB: hue angle of 278.28º 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 #9B0EEB is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 14 235 -
CMYK 0.34 0.94 0 0.08
HSL 278.28º 0.89% 0.49% -
HSV(B) 278.28º 0.94% 0.92% -
XYZ 28.67 13.28 79.65 -
YUV 81.35 214.71 180.53 -
System Red Green Blue C M Y K H S L
Decimal 155 14 235 0.34 0.94 0 0.08 278.28 0.89 0.49
Hex 9B E EB 22 5E 0 8 116 59 31
Octal 233 16 353 42 136 0 10 426 131 61
Binary 10011011 1110 11101011 100010 1011110 0 1000 100010110 1011001 110001

Color Harmonies of #9B0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0EEB

Black with #9B0EEB

Text Example


Text Example

White with #9B0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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