Html Css Color HEX #9F02CE Dark Violet

📋 copy color: '#9F02CE'

red 159 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #9F02CE

Tints of Dark Violet #9F02CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.13%

R = 43.32%
G = 0.54%
B = 56.13%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F02CE (or 0x9F02CE) is known color: Dark Violet. HEX triplet: 9F, 02 and CE. RGB value is (159,2,206). Sum of RGB (Red+Green+Blue) = 159+2+206=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F02CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F02CE is #60FD31. Grayscale: #474747. Windows color (decimal): -6356274 or 13501087. OLE color: 13501087.

HSL color Cylindrical-coordinate representation of color #9F02CE: hue angle of 286.18º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F02CE is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 2 206 -
CMYK 0.23 0.99 0 0.19
HSL 286.18º 0.98% 0.41% -
HSV(B) 286.18º 0.99% 0.81% -
XYZ 25.46 11.87 59.34 -
YUV 72.2 203.51 189.91 -
System Red Green Blue C M Y K H S L
Decimal 159 2 206 0.23 0.99 0 0.19 286.18 0.98 0.41
Hex 9F 2 CE 17 63 0 13 11E 62 29
Octal 237 2 316 27 143 0 23 436 142 51
Binary 10011111 10 11001110 10111 1100011 0 10011 100011110 1100010 101001

Color Harmonies of #9F02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F02CE

Black with #9F02CE

Text Example


Text Example

White with #9F02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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