Html Css Color HEX #9F02DF Dark Violet

📋 copy color: '#9F02DF'

red 159 ◦ green 2 ◦ blue 223

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

Shades of Dark Violet #9F02DF

Tints of Dark Violet #9F02DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.07%

R = 41.41%
G = 0.52%
B = 58.07%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F02DF (or 0x9F02DF) is known color: Dark Violet. HEX triplet: 9F, 02 and DF. RGB value is (159,2,223). Sum of RGB (Red+Green+Blue) = 159+2+223=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F02DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F02DF is #60FD20. Grayscale: #494949. Windows color (decimal): -6356257 or 14615199. OLE color: 14615199.

HSL color Cylindrical-coordinate representation of color #9F02DF: hue angle of 282.62º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F02DF is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 2 223 -
CMYK 0.29 0.99 0 0.13
HSL 282.62º 0.98% 0.44% -
HSV(B) 282.62º 0.99% 0.87% -
XYZ 27.64 12.74 70.81 -
YUV 74.14 212.01 188.53 -
System Red Green Blue C M Y K H S L
Decimal 159 2 223 0.29 0.99 0 0.13 282.62 0.98 0.44
Hex 9F 2 DF 1D 63 0 D 11B 62 2C
Octal 237 2 337 35 143 0 15 433 142 54
Binary 10011111 10 11011111 11101 1100011 0 1101 100011011 1100010 101100

Color Harmonies of #9F02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F02DF

Black with #9F02DF

Text Example


Text Example

White with #9F02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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