Html Css Color HEX #8C2AAB Vivid Violet

📋 copy color: '#8C2AAB'

red 140 ◦ green 42 ◦ blue 171

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

Shades of Vivid Violet #8C2AAB

Tints of Vivid Violet #8C2AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.9%

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

R = 39.66%
G = 11.9%
B = 48.44%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C2AAB (or 0x8C2AAB) is known color: Vivid Violet. HEX triplet: 8C, 2A and AB. RGB value is (140,42,171). Sum of RGB (Red+Green+Blue) = 140+42+171=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C2AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2AAB is #73D554. Grayscale: #555555. Windows color (decimal): -7591253 or 11217548. OLE color: 11217548.

HSL color Cylindrical-coordinate representation of color #8C2AAB: hue angle of 285.58º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2AAB is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 42 171 -
CMYK 0.18 0.75 0 0.33
HSL 285.58º 0.61% 0.42% -
HSV(B) 285.58º 0.75% 0.67% -
XYZ 18.99 10.17 39.49 -
YUV 86.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 140 42 171 0.18 0.75 0 0.33 285.58 0.61 0.42
Hex 8C 2A AB 12 4B 0 21 11E 3D 2A
Octal 214 52 253 22 113 0 41 436 75 52
Binary 10001100 101010 10101011 10010 1001011 0 100001 100011110 111101 101010

Color Harmonies of #8C2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2AAB

Black with #8C2AAB

Text Example


Text Example

White with #8C2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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