Html Css Color HEX #9F07BA Dark Violet

📋 copy color: '#9F07BA'

red 159 ◦ green 7 ◦ blue 186

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

Shades of Dark Violet #9F07BA

Tints of Dark Violet #9F07BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 45.17%
G = 1.99%
B = 52.84%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F07BA (or 0x9F07BA) is known color: Dark Violet. HEX triplet: 9F, 07 and BA. RGB value is (159,7,186). Sum of RGB (Red+Green+Blue) = 159+7+186=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F07BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F07BA is #60F845. Grayscale: #484848. Windows color (decimal): -6355014 or 12191647. OLE color: 12191647.

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

Color convert

RGB 159 7 186 -
CMYK 0.15 0.96 0 0.27
HSL 290.95º 0.93% 0.38% -
HSV(B) 290.95º 0.96% 0.73% -
XYZ 23.24 11.07 47.37 -
YUV 72.85 191.86 189.45 -
System Red Green Blue C M Y K H S L
Decimal 159 7 186 0.15 0.96 0 0.27 290.95 0.93 0.38
Hex 9F 7 BA F 60 0 1B 123 5D 26
Octal 237 7 272 17 140 0 33 443 135 46
Binary 10011111 111 10111010 1111 1100000 0 11011 100100011 1011101 100110

Color Harmonies of #9F07BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F07BA

Black with #9F07BA

Text Example


Text Example

White with #9F07BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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