Html Css Color HEX #8F2EAC Vivid Violet

📋 copy color: '#8F2EAC'

red 143 ◦ green 46 ◦ blue 172

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

Shades of Vivid Violet #8F2EAC

Tints of Vivid Violet #8F2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.74%

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

R = 39.61%
G = 12.74%
B = 47.65%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F2EAC (or 0x8F2EAC) is known color: Vivid Violet. HEX triplet: 8F, 2E and AC. RGB value is (143,46,172). Sum of RGB (Red+Green+Blue) = 143+46+172=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F2EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2EAC is #70D153. Grayscale: #585858. Windows color (decimal): -7393620 or 11284111. OLE color: 11284111.

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

Color convert

RGB 143 46 172 -
CMYK 0.17 0.73 0 0.33
HSL 286.19º 0.58% 0.43% -
HSV(B) 286.19º 0.73% 0.67% -
XYZ 19.75 10.77 40.07 -
YUV 89.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 143 46 172 0.17 0.73 0 0.33 286.19 0.58 0.43
Hex 8F 2E AC 11 49 0 21 11E 3A 2B
Octal 217 56 254 21 111 0 41 436 72 53
Binary 10001111 101110 10101100 10001 1001001 0 100001 100011110 111010 101011

Color Harmonies of #8F2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2EAC

Black with #8F2EAC

Text Example


Text Example

White with #8F2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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