Html Css Color HEX #9F0EEF Dark Violet

📋 copy color: '#9F0EEF'

red 159 ◦ green 14 ◦ blue 239

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

Shades of Dark Violet #9F0EEF

Tints of Dark Violet #9F0EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.4%

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

R = 38.59%
G = 3.4%
B = 58.01%

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

#9F0EEF (or 0x9F0EEF) is known color: Dark Violet. HEX triplet: 9F, 0E and EF. RGB value is (159,14,239). Sum of RGB (Red+Green+Blue) = 159+14+239=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F0EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0EEF is #60F110. Grayscale: #525252. Windows color (decimal): -6353169 or 15666847. OLE color: 15666847.

HSL color Cylindrical-coordinate representation of color #9F0EEF: hue angle of 278.67º degrees, saturation: 0.89, 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 #9F0EEF is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 14 239 -
CMYK 0.33 0.94 0 0.06
HSL 278.67º 0.89% 0.5% -
HSV(B) 278.67º 0.94% 0.94% -
XYZ 30.04 13.92 82.76 -
YUV 83.01 216.04 182.2 -
System Red Green Blue C M Y K H S L
Decimal 159 14 239 0.33 0.94 0 0.06 278.67 0.89 0.5
Hex 9F E EF 21 5E 0 6 117 59 32
Octal 237 16 357 41 136 0 6 427 131 62
Binary 10011111 1110 11101111 100001 1011110 0 110 100010111 1011001 110010

Color Harmonies of #9F0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0EEF

Black with #9F0EEF

Text Example


Text Example

White with #9F0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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