Html Css Color HEX #9F01BB Dark Violet

📋 copy color: '#9F01BB'

red 159 ◦ green 1 ◦ blue 187

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

Shades of Dark Violet #9F01BB

Tints of Dark Violet #9F01BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 45.82%
G = 0.29%
B = 53.89%

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

#9F01BB (or 0x9F01BB) is known color: Dark Violet. HEX triplet: 9F, 01 and BB. RGB value is (159,1,187). Sum of RGB (Red+Green+Blue) = 159+1+187=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F01BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F01BB is #60FE44. Grayscale: #444444. Windows color (decimal): -6356549 or 12255647. OLE color: 12255647.

HSL color Cylindrical-coordinate representation of color #9F01BB: hue angle of 290.97º 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 #9F01BB is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 1 187 -
CMYK 0.15 0.99 0 0.27
HSL 290.97º 0.99% 0.37% -
HSV(B) 290.97º 0.99% 0.73% -
XYZ 23.28 10.98 47.91 -
YUV 69.45 194.35 191.88 -
System Red Green Blue C M Y K H S L
Decimal 159 1 187 0.15 0.99 0 0.27 290.97 0.99 0.37
Hex 9F 1 BB F 63 0 1B 123 63 25
Octal 237 1 273 17 143 0 33 443 143 45
Binary 10011111 1 10111011 1111 1100011 0 11011 100100011 1100011 100101

Color Harmonies of #9F01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F01BB

Black with #9F01BB

Text Example


Text Example

White with #9F01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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