Html Css Color HEX #9F06BB Dark Violet

📋 copy color: '#9F06BB'

red 159 ◦ green 6 ◦ blue 187

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

Shades of Dark Violet #9F06BB

Tints of Dark Violet #9F06BB

RGB

 RED value IS 159 (62.5% from 255) = 45.17%

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

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 45.17%
G = 1.7%
B = 53.13%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F06BB (or 0x9F06BB) is known color: Dark Violet. HEX triplet: 9F, 06 and BB. RGB value is (159,6,187). Sum of RGB (Red+Green+Blue) = 159+6+187=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F06BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F06BB is #60F944. Grayscale: #474747. Windows color (decimal): -6355269 or 12256927. OLE color: 12256927.

HSL color Cylindrical-coordinate representation of color #9F06BB: hue angle of 290.72º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F06BB is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 6 187 -
CMYK 0.15 0.97 0 0.27
HSL 290.72º 0.94% 0.38% -
HSV(B) 290.72º 0.97% 0.73% -
XYZ 23.33 11.09 47.92 -
YUV 72.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 159 6 187 0.15 0.97 0 0.27 290.72 0.94 0.38
Hex 9F 6 BB F 61 0 1B 123 5E 26
Octal 237 6 273 17 141 0 33 443 136 46
Binary 10011111 110 10111011 1111 1100001 0 11011 100100011 1011110 100110

Color Harmonies of #9F06BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F06BB

Black with #9F06BB

Text Example


Text Example

White with #9F06BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,6,187); }

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

background-color css

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

 a { background-color: rgb(159,6,187); }

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

border-color css

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

 span { border-color: rgb(159,6,187); }

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