Html Css Color HEX #8F0EDC Dark Violet

📋 copy color: '#8F0EDC'

red 143 ◦ green 14 ◦ blue 220

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

Shades of Dark Violet #8F0EDC

Tints of Dark Violet #8F0EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.36%

R = 37.93%
G = 3.71%
B = 58.36%

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

#8F0EDC (or 0x8F0EDC) is known color: Dark Violet. HEX triplet: 8F, 0E and DC. RGB value is (143,14,220). Sum of RGB (Red+Green+Blue) = 143+14+220=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F0EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0EDC is #70F123. Grayscale: #4B4B4B. Windows color (decimal): -7401764 or 14421647. OLE color: 14421647.

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

Color convert

RGB 143 14 220 -
CMYK 0.35 0.94 0 0.14
HSL 277.57º 0.88% 0.46% -
HSV(B) 277.57º 0.94% 0.86% -
XYZ 24.4 11.32 68.61 -
YUV 76.06 209.24 175.75 -
System Red Green Blue C M Y K H S L
Decimal 143 14 220 0.35 0.94 0 0.14 277.57 0.88 0.46
Hex 8F E DC 23 5E 0 E 116 58 2E
Octal 217 16 334 43 136 0 16 426 130 56
Binary 10001111 1110 11011100 100011 1011110 0 1110 100010110 1011000 101110

Color Harmonies of #8F0EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0EDC

Black with #8F0EDC

Text Example


Text Example

White with #8F0EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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