Html Css Color HEX #9F02BB Dark Violet

📋 copy color: '#9F02BB'

red 159 ◦ green 2 ◦ blue 187

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

Shades of Dark Violet #9F02BB

Tints of Dark Violet #9F02BB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 45.69%
G = 0.57%
B = 53.74%

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

#9F02BB (or 0x9F02BB) is known color: Dark Violet. HEX triplet: 9F, 02 and BB. RGB value is (159,2,187). Sum of RGB (Red+Green+Blue) = 159+2+187=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F02BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F02BB is #60FD44. Grayscale: #454545. Windows color (decimal): -6356293 or 12255903. OLE color: 12255903.

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

Color convert

RGB 159 2 187 -
CMYK 0.15 0.99 0 0.27
HSL 290.92º 0.98% 0.37% -
HSV(B) 290.92º 0.99% 0.73% -
XYZ 23.29 11 47.91 -
YUV 70.03 194.01 191.46 -
System Red Green Blue C M Y K H S L
Decimal 159 2 187 0.15 0.99 0 0.27 290.92 0.98 0.37
Hex 9F 2 BB F 63 0 1B 123 62 25
Octal 237 2 273 17 143 0 33 443 142 45
Binary 10011111 10 10111011 1111 1100011 0 11011 100100011 1100010 100101

Color Harmonies of #9F02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F02BB

Black with #9F02BB

Text Example


Text Example

White with #9F02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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