Html Css Color HEX #8F0EDE Dark Violet

📋 copy color: '#8F0EDE'

red 143 ◦ green 14 ◦ blue 222

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

Shades of Dark Violet #8F0EDE

Tints of Dark Violet #8F0EDE

RGB

 RED value IS 143 (56.25% from 255) = 37.73%

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

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

R = 37.73%
G = 3.69%
B = 58.58%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F0EDE (or 0x8F0EDE) is known color: Dark Violet. HEX triplet: 8F, 0E and DE. RGB value is (143,14,222). Sum of RGB (Red+Green+Blue) = 143+14+222=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F0EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0EDE is #70F121. Grayscale: #4B4B4B. Windows color (decimal): -7401762 or 14552719. OLE color: 14552719.

HSL color Cylindrical-coordinate representation of color #8F0EDE: hue angle of 277.21º 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 #8F0EDE is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 14 222 -
CMYK 0.36 0.94 0 0.13
HSL 277.21º 0.88% 0.46% -
HSV(B) 277.21º 0.94% 0.87% -
XYZ 24.67 11.43 70.01 -
YUV 76.28 210.24 175.59 -
System Red Green Blue C M Y K H S L
Decimal 143 14 222 0.36 0.94 0 0.13 277.21 0.88 0.46
Hex 8F E DE 24 5E 0 D 115 58 2E
Octal 217 16 336 44 136 0 15 425 130 56
Binary 10001111 1110 11011110 100100 1011110 0 1101 100010101 1011000 101110

Color Harmonies of #8F0EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0EDE

Black with #8F0EDE

Text Example


Text Example

White with #8F0EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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