Html Css Color HEX #8C2EAC Vivid Violet

📋 copy color: '#8C2EAC'

red 140 ◦ green 46 ◦ blue 172

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

Shades of Vivid Violet #8C2EAC

Tints of Vivid Violet #8C2EAC

RGB

 RED value IS 140 (55.08% from 255) = 39.11%

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

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

R = 39.11%
G = 12.85%
B = 48.04%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C2EAC (or 0x8C2EAC) is known color: Vivid Violet. HEX triplet: 8C, 2E and AC. RGB value is (140,46,172). Sum of RGB (Red+Green+Blue) = 140+46+172=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C2EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2EAC is #73D153. Grayscale: #585858. Windows color (decimal): -7590228 or 11284108. OLE color: 11284108.

HSL color Cylindrical-coordinate representation of color #8C2EAC: hue angle of 284.76º 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 #8C2EAC is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 46 172 -
CMYK 0.19 0.73 0 0.33
HSL 284.76º 0.58% 0.43% -
HSV(B) 284.76º 0.73% 0.67% -
XYZ 19.24 10.51 40.04 -
YUV 88.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 140 46 172 0.19 0.73 0 0.33 284.76 0.58 0.43
Hex 8C 2E AC 13 49 0 21 11D 3A 2B
Octal 214 56 254 23 111 0 41 435 72 53
Binary 10001100 101110 10101100 10011 1001001 0 100001 100011101 111010 101011

Color Harmonies of #8C2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2EAC

Black with #8C2EAC

Text Example


Text Example

White with #8C2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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