Html Css Color HEX #9F01BA Dark Violet

📋 copy color: '#9F01BA'

red 159 ◦ green 1 ◦ blue 186

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

Shades of Dark Violet #9F01BA

Tints of Dark Violet #9F01BA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 45.95%
G = 0.29%
B = 53.76%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F01BA (or 0x9F01BA) is known color: Dark Violet. HEX triplet: 9F, 01 and BA. RGB value is (159,1,186). Sum of RGB (Red+Green+Blue) = 159+1+186=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F01BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F01BA is #60FE45. Grayscale: #444444. Windows color (decimal): -6356550 or 12190111. OLE color: 12190111.

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

Color convert

RGB 159 1 186 -
CMYK 0.15 0.99 0 0.27
HSL 291.24º 0.99% 0.37% -
HSV(B) 291.24º 0.99% 0.73% -
XYZ 23.17 10.94 47.34 -
YUV 69.33 193.85 191.96 -
System Red Green Blue C M Y K H S L
Decimal 159 1 186 0.15 0.99 0 0.27 291.24 0.99 0.37
Hex 9F 1 BA F 63 0 1B 123 63 25
Octal 237 1 272 17 143 0 33 443 143 45
Binary 10011111 1 10111010 1111 1100011 0 11011 100100011 1100011 100101

Color Harmonies of #9F01BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F01BA

Black with #9F01BA

Text Example


Text Example

White with #9F01BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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