Html Css Color HEX #9B16DE Dark Violet

📋 copy color: '#9B16DE'

red 155 ◦ green 22 ◦ blue 222

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

Shades of Dark Violet #9B16DE

Tints of Dark Violet #9B16DE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.51%

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

R = 38.85%
G = 5.51%
B = 55.64%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B16DE (or 0x9B16DE) is known color: Dark Violet. HEX triplet: 9B, 16 and DE. RGB value is (155,22,222). Sum of RGB (Red+Green+Blue) = 155+22+222=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B16DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B16DE is #64E921. Grayscale: #535353. Windows color (decimal): -6613282 or 14554779. OLE color: 14554779.

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

Color convert

RGB 155 22 222 -
CMYK 0.30 0.90 0 0.13
HSL 279.9º 0.82% 0.48% -
HSV(B) 279.9º 0.9% 0.87% -
XYZ 26.99 12.82 70.16 -
YUV 84.57 205.56 178.24 -
System Red Green Blue C M Y K H S L
Decimal 155 22 222 0.30 0.90 0 0.13 279.9 0.82 0.48
Hex 9B 16 DE 1E 5A 0 D 118 52 30
Octal 233 26 336 36 132 0 15 430 122 60
Binary 10011011 10110 11011110 11110 1011010 0 1101 100011000 1010010 110000

Color Harmonies of #9B16DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B16DE

Black with #9B16DE

Text Example


Text Example

White with #9B16DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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