Html Css Color HEX #8F0EDB Dark Violet

📋 copy color: '#8F0EDB'

red 143 ◦ green 14 ◦ blue 219

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

Shades of Dark Violet #8F0EDB

Tints of Dark Violet #8F0EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.24%

R = 38.03%
G = 3.72%
B = 58.24%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F0EDB (or 0x8F0EDB) is known color: Dark Violet. HEX triplet: 8F, 0E and DB. RGB value is (143,14,219). Sum of RGB (Red+Green+Blue) = 143+14+219=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F0EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0EDB is #70F124. Grayscale: #4B4B4B. Windows color (decimal): -7401765 or 14356111. OLE color: 14356111.

HSL color Cylindrical-coordinate representation of color #8F0EDB: hue angle of 277.76º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0EDB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 14 219 -
CMYK 0.35 0.94 0 0.14
HSL 277.76º 0.88% 0.46% -
HSV(B) 277.76º 0.94% 0.86% -
XYZ 24.27 11.27 67.91 -
YUV 75.94 208.74 175.83 -
System Red Green Blue C M Y K H S L
Decimal 143 14 219 0.35 0.94 0 0.14 277.76 0.88 0.46
Hex 8F E DB 23 5E 0 E 116 58 2E
Octal 217 16 333 43 136 0 16 426 130 56
Binary 10001111 1110 11011011 100011 1011110 0 1110 100010110 1011000 101110

Color Harmonies of #8F0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0EDB

Black with #8F0EDB

Text Example


Text Example

White with #8F0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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