Html Css Color HEX #9B02DE Dark Violet

📋 copy color: '#9B02DE'

red 155 ◦ green 2 ◦ blue 222

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

Shades of Dark Violet #9B02DE

Tints of Dark Violet #9B02DE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 40.9%
G = 0.53%
B = 58.58%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B02DE (or 0x9B02DE) is known color: Dark Violet. HEX triplet: 9B, 02 and DE. RGB value is (155,2,222). Sum of RGB (Red+Green+Blue) = 155+2+222=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B02DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B02DE is #64FD21. Grayscale: #484848. Windows color (decimal): -6618402 or 14549659. OLE color: 14549659.

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

Color convert

RGB 155 2 222 -
CMYK 0.30 0.99 0 0.13
HSL 281.73º 0.98% 0.44% -
HSV(B) 281.73º 0.99% 0.87% -
XYZ 26.72 12.29 70.07 -
YUV 72.83 212.19 186.61 -
System Red Green Blue C M Y K H S L
Decimal 155 2 222 0.30 0.99 0 0.13 281.73 0.98 0.44
Hex 9B 2 DE 1E 63 0 D 11A 62 2C
Octal 233 2 336 36 143 0 15 432 142 54
Binary 10011011 10 11011110 11110 1100011 0 1101 100011010 1100010 101100

Color Harmonies of #9B02DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B02DE

Black with #9B02DE

Text Example


Text Example

White with #9B02DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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