Html Css Color HEX #9F07BF Dark Violet

📋 copy color: '#9F07BF'

red 159 ◦ green 7 ◦ blue 191

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

Shades of Dark Violet #9F07BF

Tints of Dark Violet #9F07BF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

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

R = 44.54%
G = 1.96%
B = 53.5%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F07BF (or 0x9F07BF) is known color: Dark Violet. HEX triplet: 9F, 07 and BF. RGB value is (159,7,191). Sum of RGB (Red+Green+Blue) = 159+7+191=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F07BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F07BF is #60F840. Grayscale: #484848. Windows color (decimal): -6355009 or 12519327. OLE color: 12519327.

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

Color convert

RGB 159 7 191 -
CMYK 0.17 0.96 0 0.25
HSL 289.57º 0.93% 0.39% -
HSV(B) 289.57º 0.96% 0.75% -
XYZ 23.78 11.28 50.22 -
YUV 73.42 194.36 189.04 -
System Red Green Blue C M Y K H S L
Decimal 159 7 191 0.17 0.96 0 0.25 289.57 0.93 0.39
Hex 9F 7 BF 11 60 0 19 122 5D 27
Octal 237 7 277 21 140 0 31 442 135 47
Binary 10011111 111 10111111 10001 1100000 0 11001 100100010 1011101 100111

Color Harmonies of #9F07BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F07BF

Black with #9F07BF

Text Example


Text Example

White with #9F07BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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