Html Css Color HEX #8F1EAB Vivid Violet

📋 copy color: '#8F1EAB'

red 143 ◦ green 30 ◦ blue 171

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

Shades of Vivid Violet #8F1EAB

Tints of Vivid Violet #8F1EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 41.57%
G = 8.72%
B = 49.71%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F1EAB (or 0x8F1EAB) is known color: Vivid Violet. HEX triplet: 8F, 1E and AB. RGB value is (143,30,171). Sum of RGB (Red+Green+Blue) = 143+30+171=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F1EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1EAB is #70E154. Grayscale: #4F4F4F. Windows color (decimal): -7397717 or 11214479. OLE color: 11214479.

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

Color convert

RGB 143 30 171 -
CMYK 0.16 0.82 0 0.33
HSL 288.09º 0.7% 0.39% -
HSV(B) 288.09º 0.82% 0.67% -
XYZ 19.14 9.71 39.39 -
YUV 79.86 179.44 173.04 -
System Red Green Blue C M Y K H S L
Decimal 143 30 171 0.16 0.82 0 0.33 288.09 0.7 0.39
Hex 8F 1E AB 10 52 0 21 120 46 27
Octal 217 36 253 20 122 0 41 440 106 47
Binary 10001111 11110 10101011 10000 1010010 0 100001 100100000 1000110 100111

Color Harmonies of #8F1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1EAB

Black with #8F1EAB

Text Example


Text Example

White with #8F1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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