Html Css Color HEX #9F0FEF Dark Violet

📋 copy color: '#9F0FEF'

red 159 ◦ green 15 ◦ blue 239

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

Shades of Dark Violet #9F0FEF

Tints of Dark Violet #9F0FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.63%

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

R = 38.5%
G = 3.63%
B = 57.87%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F0FEF (or 0x9F0FEF) is known color: Dark Violet. HEX triplet: 9F, 0F and EF. RGB value is (159,15,239). Sum of RGB (Red+Green+Blue) = 159+15+239=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F0FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0FEF is #60F010. Grayscale: #525252. Windows color (decimal): -6352913 or 15667103. OLE color: 15667103.

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

Color convert

RGB 159 15 239 -
CMYK 0.33 0.94 0 0.06
HSL 278.57º 0.88% 0.5% -
HSV(B) 278.57º 0.94% 0.94% -
XYZ 30.05 13.94 82.77 -
YUV 83.59 215.71 181.79 -
System Red Green Blue C M Y K H S L
Decimal 159 15 239 0.33 0.94 0 0.06 278.57 0.88 0.5
Hex 9F F EF 21 5E 0 6 117 58 32
Octal 237 17 357 41 136 0 6 427 130 62
Binary 10011111 1111 11101111 100001 1011110 0 110 100010111 1011000 110010

Color Harmonies of #9F0FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0FEF

Black with #9F0FEF

Text Example


Text Example

White with #9F0FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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