Html Css Color HEX #9F06BF Dark Violet

📋 copy color: '#9F06BF'

red 159 ◦ green 6 ◦ blue 191

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

Shades of Dark Violet #9F06BF

Tints of Dark Violet #9F06BF

RGB

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

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

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

R = 44.66%
G = 1.69%
B = 53.65%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F06BF (or 0x9F06BF) is known color: Dark Violet. HEX triplet: 9F, 06 and BF. RGB value is (159,6,191). Sum of RGB (Red+Green+Blue) = 159+6+191=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F06BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F06BF is #60F940. Grayscale: #484848. Windows color (decimal): -6355265 or 12519071. OLE color: 12519071.

HSL color Cylindrical-coordinate representation of color #9F06BF: hue angle of 289.62º 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 #9F06BF is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 6 191 -
CMYK 0.17 0.97 0 0.25
HSL 289.62º 0.94% 0.39% -
HSV(B) 289.62º 0.97% 0.75% -
XYZ 23.77 11.26 50.21 -
YUV 72.84 194.69 189.46 -
System Red Green Blue C M Y K H S L
Decimal 159 6 191 0.17 0.97 0 0.25 289.62 0.94 0.39
Hex 9F 6 BF 11 61 0 19 122 5E 27
Octal 237 6 277 21 141 0 31 442 136 47
Binary 10011111 110 10111111 10001 1100001 0 11001 100100010 1011110 100111

Color Harmonies of #9F06BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F06BF

Black with #9F06BF

Text Example


Text Example

White with #9F06BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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