Html Css Color HEX #9B16FF Blue Violet

📋 copy color: '#9B16FF'

red 155 ◦ green 22 ◦ blue 255

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

Shades of Blue Violet #9B16FF

Tints of Blue Violet #9B16FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.03%

R = 35.88%
G = 5.09%
B = 59.03%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B16FF (or 0x9B16FF) is known color: Blue Violet. HEX triplet: 9B, 16 and FF. RGB value is (155,22,255). Sum of RGB (Red+Green+Blue) = 155+22+255=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B16FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B16FF is #64E900. Grayscale: #575757. Windows color (decimal): -6613249 or 16717467. OLE color: 16717467.

HSL color Cylindrical-coordinate representation of color #9B16FF: hue angle of 274.25º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B16FF is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 155 22 255 -
CMYK 0.39 0.91 0 0
HSL 274.25º 1% 0.54% -
HSV(B) 274.25º 0.91% 1% -
XYZ 31.85 14.76 95.78 -
YUV 88.33 222.06 175.55 -
System Red Green Blue C M Y K H S L
Decimal 155 22 255 0.39 0.91 0 0 274.25 1 0.54
Hex 9B 16 FF 27 5B 0 0 112 64 36
Octal 233 26 377 47 133 0 0 422 144 66
Binary 10011011 10110 11111111 100111 1011011 0 0 100010010 1100100 110110

Color Harmonies of #9B16FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B16FF

Black with #9B16FF

Text Example


Text Example

White with #9B16FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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