Html Css Color HEX #9F0EDE Dark Violet

📋 copy color: '#9F0EDE'

red 159 ◦ green 14 ◦ blue 222

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

Shades of Dark Violet #9F0EDE

Tints of Dark Violet #9F0EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.2%

R = 40.25%
G = 3.54%
B = 56.2%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F0EDE (or 0x9F0EDE) is known color: Dark Violet. HEX triplet: 9F, 0E and DE. RGB value is (159,14,222). Sum of RGB (Red+Green+Blue) = 159+14+222=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F0EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0EDE is #60F121. Grayscale: #505050. Windows color (decimal): -6353186 or 14552735. OLE color: 14552735.

HSL color Cylindrical-coordinate representation of color #9F0EDE: hue angle of 281.83º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0EDE is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 14 222 -
CMYK 0.28 0.94 0 0.13
HSL 281.83º 0.88% 0.46% -
HSV(B) 281.83º 0.94% 0.87% -
XYZ 27.64 12.96 70.15 -
YUV 81.07 207.54 183.59 -
System Red Green Blue C M Y K H S L
Decimal 159 14 222 0.28 0.94 0 0.13 281.83 0.88 0.46
Hex 9F E DE 1C 5E 0 D 11A 58 2E
Octal 237 16 336 34 136 0 15 432 130 56
Binary 10011111 1110 11011110 11100 1011110 0 1101 100011010 1011000 101110

Color Harmonies of #9F0EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0EDE

Black with #9F0EDE

Text Example


Text Example

White with #9F0EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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