Html Css Color HEX #9B00DE Dark Violet

📋 copy color: '#9B00DE'

red 155 ◦ green 0 ◦ blue 222

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

Shades of Dark Violet #9B00DE

Tints of Dark Violet #9B00DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.11%
G = 0%
B = 58.89%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B00DE (or 0x9B00DE) is known color: Dark Violet. HEX triplet: 9B, 00 and DE. RGB value is (155,0,222). Sum of RGB (Red+Green+Blue) = 155+0+222=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B00DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B00DE is #64FF21. Grayscale: #464646. Windows color (decimal): -6618914 or 14549147. OLE color: 14549147.

HSL color Cylindrical-coordinate representation of color #9B00DE: hue angle of 281.89º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B00DE is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 0 222 -
CMYK 0.30 1 0 0.13
HSL 281.89º 1% 0.44% -
HSV(B) 281.89º 1% 0.87% -
XYZ 26.7 12.24 70.06 -
YUV 71.65 212.85 187.45 -
System Red Green Blue C M Y K H S L
Decimal 155 0 222 0.30 1 0 0.13 281.89 1 0.44
Hex 9B 0 DE 1E 64 0 D 11A 64 2C
Octal 233 0 336 36 144 0 15 432 144 54
Binary 10011011 0 11011110 11110 1100100 0 1101 100011010 1100100 101100

Color Harmonies of #9B00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B00DE

Black with #9B00DE

Text Example


Text Example

White with #9B00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,0,222); }

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

background-color css

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

 a { background-color: rgb(155,0,222); }

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

border-color css

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

 span { border-color: rgb(155,0,222); }

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