Html Css Color HEX #8C19AB Vivid Violet

📋 copy color: '#8C19AB'

red 140 ◦ green 25 ◦ blue 171

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

Shades of Vivid Violet #8C19AB

Tints of Vivid Violet #8C19AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.44%

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

R = 41.67%
G = 7.44%
B = 50.89%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C19AB (or 0x8C19AB) is known color: Vivid Violet. HEX triplet: 8C, 19 and AB. RGB value is (140,25,171). Sum of RGB (Red+Green+Blue) = 140+25+171=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C19AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C19AB is #73E654. Grayscale: #4B4B4B. Windows color (decimal): -7595605 or 11213196. OLE color: 11213196.

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

Color convert

RGB 140 25 171 -
CMYK 0.18 0.85 0 0.33
HSL 287.26º 0.74% 0.38% -
HSV(B) 287.26º 0.85% 0.67% -
XYZ 18.51 9.21 39.33 -
YUV 76.03 181.6 173.63 -
System Red Green Blue C M Y K H S L
Decimal 140 25 171 0.18 0.85 0 0.33 287.26 0.74 0.38
Hex 8C 19 AB 12 55 0 21 11F 4A 26
Octal 214 31 253 22 125 0 41 437 112 46
Binary 10001100 11001 10101011 10010 1010101 0 100001 100011111 1001010 100110

Color Harmonies of #8C19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C19AB

Black with #8C19AB

Text Example


Text Example

White with #8C19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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