Html Css Color HEX #8F0ED0 Dark Violet

📋 copy color: '#8F0ED0'

red 143 ◦ green 14 ◦ blue 208

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

Shades of Dark Violet #8F0ED0

Tints of Dark Violet #8F0ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.99%

R = 39.18%
G = 3.84%
B = 56.99%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8F0ED0 (or 0x8F0ED0) is known color: Dark Violet. HEX triplet: 8F, 0E and D0. RGB value is (143,14,208). Sum of RGB (Red+Green+Blue) = 143+14+208=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #8F0ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0ED0 is #70F12F. Grayscale: #4A4A4A. Windows color (decimal): -7401776 or 13635215. OLE color: 13635215.

HSL color Cylindrical-coordinate representation of color #8F0ED0: hue angle of 279.9º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0ED0 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 14 208 -
CMYK 0.31 0.93 0 0.18
HSL 279.9º 0.87% 0.44% -
HSV(B) 279.9º 0.93% 0.82% -
XYZ 22.87 10.71 60.54 -
YUV 74.69 203.24 176.73 -
System Red Green Blue C M Y K H S L
Decimal 143 14 208 0.31 0.93 0 0.18 279.9 0.87 0.44
Hex 8F E D0 1F 5D 0 12 118 57 2C
Octal 217 16 320 37 135 0 22 430 127 54
Binary 10001111 1110 11010000 11111 1011101 0 10010 100011000 1010111 101100

Color Harmonies of #8F0ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0ED0

Black with #8F0ED0

Text Example


Text Example

White with #8F0ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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