Html Css Color HEX #9B16BF Dark Violet

📋 copy color: '#9B16BF'

red 155 ◦ green 22 ◦ blue 191

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

Shades of Dark Violet #9B16BF

Tints of Dark Violet #9B16BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.9%

R = 42.12%
G = 5.98%
B = 51.9%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B16BF (or 0x9B16BF) is known color: Dark Violet. HEX triplet: 9B, 16 and BF. RGB value is (155,22,191). Sum of RGB (Red+Green+Blue) = 155+22+191=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B16BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B16BF is #64E940. Grayscale: #505050. Windows color (decimal): -6613313 or 12523163. OLE color: 12523163.

HSL color Cylindrical-coordinate representation of color #9B16BF: hue angle of 287.22º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B16BF is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 22 191 -
CMYK 0.19 0.88 0 0.25
HSL 287.22º 0.79% 0.42% -
HSV(B) 287.22º 0.88% 0.75% -
XYZ 23.21 11.3 50.25 -
YUV 81.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 155 22 191 0.19 0.88 0 0.25 287.22 0.79 0.42
Hex 9B 16 BF 13 58 0 19 11F 4F 2A
Octal 233 26 277 23 130 0 31 437 117 52
Binary 10011011 10110 10111111 10011 1011000 0 11001 100011111 1001111 101010

Color Harmonies of #9B16BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B16BF

Black with #9B16BF

Text Example


Text Example

White with #9B16BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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