Html Css Color HEX #8C2EAB Vivid Violet

📋 copy color: '#8C2EAB'

red 140 ◦ green 46 ◦ blue 171

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

Shades of Vivid Violet #8C2EAB

Tints of Vivid Violet #8C2EAB

RGB

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

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

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

R = 39.22%
G = 12.89%
B = 47.9%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C2EAB (or 0x8C2EAB) is known color: Vivid Violet. HEX triplet: 8C, 2E and AB. RGB value is (140,46,171). Sum of RGB (Red+Green+Blue) = 140+46+171=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C2EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2EAB is #73D154. Grayscale: #575757. Windows color (decimal): -7590229 or 11218572. OLE color: 11218572.

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

Color convert

RGB 140 46 171 -
CMYK 0.18 0.73 0 0.33
HSL 285.12º 0.58% 0.43% -
HSV(B) 285.12º 0.73% 0.67% -
XYZ 19.14 10.47 39.54 -
YUV 88.36 174.64 164.84 -
System Red Green Blue C M Y K H S L
Decimal 140 46 171 0.18 0.73 0 0.33 285.12 0.58 0.43
Hex 8C 2E AB 12 49 0 21 11D 3A 2B
Octal 214 56 253 22 111 0 41 435 72 53
Binary 10001100 101110 10101011 10010 1001001 0 100001 100011101 111010 101011

Color Harmonies of #8C2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2EAB

Black with #8C2EAB

Text Example


Text Example

White with #8C2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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