Html Css Color HEX #9F05BA Dark Violet

📋 copy color: '#9F05BA'

red 159 ◦ green 5 ◦ blue 186

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

Shades of Dark Violet #9F05BA

Tints of Dark Violet #9F05BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

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

R = 45.43%
G = 1.43%
B = 53.14%

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

#9F05BA (or 0x9F05BA) is known color: Dark Violet. HEX triplet: 9F, 05 and BA. RGB value is (159,5,186). Sum of RGB (Red+Green+Blue) = 159+5+186=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F05BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F05BA is #60FA45. Grayscale: #474747. Windows color (decimal): -6355526 or 12191135. OLE color: 12191135.

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

Color convert

RGB 159 5 186 -
CMYK 0.15 0.97 0 0.27
HSL 291.05º 0.95% 0.37% -
HSV(B) 291.05º 0.97% 0.73% -
XYZ 23.22 11.02 47.36 -
YUV 71.68 192.52 190.28 -
System Red Green Blue C M Y K H S L
Decimal 159 5 186 0.15 0.97 0 0.27 291.05 0.95 0.37
Hex 9F 5 BA F 61 0 1B 123 5F 25
Octal 237 5 272 17 141 0 33 443 137 45
Binary 10011111 101 10111010 1111 1100001 0 11011 100100011 1011111 100101

Color Harmonies of #9F05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F05BA

Black with #9F05BA

Text Example


Text Example

White with #9F05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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