Html Css Color HEX #9F04BA Dark Violet

📋 copy color: '#9F04BA'

red 159 ◦ green 4 ◦ blue 186

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

Shades of Dark Violet #9F04BA

Tints of Dark Violet #9F04BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 45.56%
G = 1.15%
B = 53.3%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F04BA (or 0x9F04BA) is known color: Dark Violet. HEX triplet: 9F, 04 and BA. RGB value is (159,4,186). Sum of RGB (Red+Green+Blue) = 159+4+186=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F04BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F04BA is #60FB45. Grayscale: #464646. Windows color (decimal): -6355782 or 12190879. OLE color: 12190879.

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

Color convert

RGB 159 4 186 -
CMYK 0.15 0.98 0 0.27
HSL 291.1º 0.96% 0.37% -
HSV(B) 291.1º 0.98% 0.73% -
XYZ 23.2 11 47.36 -
YUV 71.09 192.85 190.7 -
System Red Green Blue C M Y K H S L
Decimal 159 4 186 0.15 0.98 0 0.27 291.1 0.96 0.37
Hex 9F 4 BA F 62 0 1B 123 60 25
Octal 237 4 272 17 142 0 33 443 140 45
Binary 10011111 100 10111010 1111 1100010 0 11011 100100011 1100000 100101

Color Harmonies of #9F04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F04BA

Black with #9F04BA

Text Example


Text Example

White with #9F04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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