Html Css Color HEX #8F0EBE Dark Violet

📋 copy color: '#8F0EBE'

red 143 ◦ green 14 ◦ blue 190

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

Shades of Dark Violet #8F0EBE

Tints of Dark Violet #8F0EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.76%

R = 41.21%
G = 4.03%
B = 54.76%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F0EBE (or 0x8F0EBE) is known color: Dark Violet. HEX triplet: 8F, 0E and BE. RGB value is (143,14,190). Sum of RGB (Red+Green+Blue) = 143+14+190=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F0EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0EBE is #70F141. Grayscale: #484848. Windows color (decimal): -7401794 or 12455567. OLE color: 12455567.

HSL color Cylindrical-coordinate representation of color #8F0EBE: hue angle of 283.98º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0EBE is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 14 190 -
CMYK 0.25 0.93 0 0.25
HSL 283.98º 0.86% 0.4% -
HSV(B) 283.98º 0.93% 0.75% -
XYZ 20.78 9.87 49.53 -
YUV 72.64 194.24 178.19 -
System Red Green Blue C M Y K H S L
Decimal 143 14 190 0.25 0.93 0 0.25 283.98 0.86 0.4
Hex 8F E BE 19 5D 0 19 11C 56 28
Octal 217 16 276 31 135 0 31 434 126 50
Binary 10001111 1110 10111110 11001 1011101 0 11001 100011100 1010110 101000

Color Harmonies of #8F0EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0EBE

Black with #8F0EBE

Text Example


Text Example

White with #8F0EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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