Html Css Color HEX #9B06BF Dark Violet

📋 copy color: '#9B06BF'

red 155 ◦ green 6 ◦ blue 191

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

Shades of Dark Violet #9B06BF

Tints of Dark Violet #9B06BF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.7%

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

R = 44.03%
G = 1.7%
B = 54.26%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B06BF (or 0x9B06BF) is known color: Dark Violet. HEX triplet: 9B, 06 and BF. RGB value is (155,6,191). Sum of RGB (Red+Green+Blue) = 155+6+191=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B06BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B06BF is #64F940. Grayscale: #474747. Windows color (decimal): -6617409 or 12519067. OLE color: 12519067.

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

Color convert

RGB 155 6 191 -
CMYK 0.19 0.97 0 0.25
HSL 288.32º 0.94% 0.39% -
HSV(B) 288.32º 0.97% 0.75% -
XYZ 22.99 10.86 50.17 -
YUV 71.64 195.36 187.46 -
System Red Green Blue C M Y K H S L
Decimal 155 6 191 0.19 0.97 0 0.25 288.32 0.94 0.39
Hex 9B 6 BF 13 61 0 19 120 5E 27
Octal 233 6 277 23 141 0 31 440 136 47
Binary 10011011 110 10111111 10011 1100001 0 11001 100100000 1011110 100111

Color Harmonies of #9B06BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B06BF

Black with #9B06BF

Text Example


Text Example

White with #9B06BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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