Html Css Color HEX #9F01EF Dark Violet

📋 copy color: '#9F01EF'

red 159 ◦ green 1 ◦ blue 239

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

Shades of Dark Violet #9F01EF

Tints of Dark Violet #9F01EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.9%

R = 39.85%
G = 0.25%
B = 59.9%

CMYK

 C value IS 0.33

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F01EF (or 0x9F01EF) is known color: Dark Violet. HEX triplet: 9F, 01 and EF. RGB value is (159,1,239). Sum of RGB (Red+Green+Blue) = 159+1+239=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F01EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F01EF is #60FE10. Grayscale: #4A4A4A. Windows color (decimal): -6356497 or 15663519. OLE color: 15663519.

HSL color Cylindrical-coordinate representation of color #9F01EF: hue angle of 279.83º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F01EF is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 1 239 -
CMYK 0.33 1.00 0 0.06
HSL 279.83º 0.99% 0.47% -
HSV(B) 279.83º 1% 0.94% -
XYZ 29.89 13.62 82.72 -
YUV 75.37 220.35 187.65 -
System Red Green Blue C M Y K H S L
Decimal 159 1 239 0.33 1.00 0 0.06 279.83 0.99 0.47
Hex 9F 1 EF 21 64 0 6 118 63 2F
Octal 237 1 357 41 144 0 6 430 143 57
Binary 10011111 1 11101111 100001 1100100 0 110 100011000 1100011 101111

Color Harmonies of #9F01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F01EF

Black with #9F01EF

Text Example


Text Example

White with #9F01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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