Html Css Color HEX #8F1EAC Vivid Violet

📋 copy color: '#8F1EAC'

red 143 ◦ green 30 ◦ blue 172

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

Shades of Vivid Violet #8F1EAC

Tints of Vivid Violet #8F1EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.7%

 BLUE value IS 172 (67.58% from 255) = 49.86%

R = 41.45%
G = 8.7%
B = 49.86%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F1EAC (or 0x8F1EAC) is known color: Vivid Violet. HEX triplet: 8F, 1E and AC. RGB value is (143,30,172). Sum of RGB (Red+Green+Blue) = 143+30+172=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F1EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1EAC is #70E153. Grayscale: #4F4F4F. Windows color (decimal): -7397716 or 11280015. OLE color: 11280015.

HSL color Cylindrical-coordinate representation of color #8F1EAC: hue angle of 287.75º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F1EAC is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 30 172 -
CMYK 0.17 0.83 0 0.33
HSL 287.75º 0.7% 0.4% -
HSV(B) 287.75º 0.83% 0.67% -
XYZ 19.24 9.75 39.9 -
YUV 79.98 179.94 172.95 -
System Red Green Blue C M Y K H S L
Decimal 143 30 172 0.17 0.83 0 0.33 287.75 0.7 0.4
Hex 8F 1E AC 11 53 0 21 120 46 28
Octal 217 36 254 21 123 0 41 440 106 50
Binary 10001111 11110 10101100 10001 1010011 0 100001 100100000 1000110 101000

Color Harmonies of #8F1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1EAC

Black with #8F1EAC

Text Example


Text Example

White with #8F1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,30,172); }

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

background-color css

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

 a { background-color: rgb(143,30,172); }

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

border-color css

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

 span { border-color: rgb(143,30,172); }

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