Html Css Color HEX #8C24AA Vivid Violet

📋 copy color: '#8C24AA'

red 140 ◦ green 36 ◦ blue 170

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

Shades of Vivid Violet #8C24AA

Tints of Vivid Violet #8C24AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 40.46%
G = 10.4%
B = 49.13%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C24AA (or 0x8C24AA) is known color: Vivid Violet. HEX triplet: 8C, 24 and AA. RGB value is (140,36,170). Sum of RGB (Red+Green+Blue) = 140+36+170=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C24AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C24AA is #73DB55. Grayscale: #515151. Windows color (decimal): -7592790 or 11150476. OLE color: 11150476.

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

Color convert

RGB 140 36 170 -
CMYK 0.18 0.79 0 0.33
HSL 286.57º 0.65% 0.4% -
HSV(B) 286.57º 0.79% 0.67% -
XYZ 18.7 9.74 38.92 -
YUV 82.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 140 36 170 0.18 0.79 0 0.33 286.57 0.65 0.4
Hex 8C 24 AA 12 4F 0 21 11F 41 28
Octal 214 44 252 22 117 0 41 437 101 50
Binary 10001100 100100 10101010 10010 1001111 0 100001 100011111 1000001 101000

Color Harmonies of #8C24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C24AA

Black with #8C24AA

Text Example


Text Example

White with #8C24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,36,170); }

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

background-color css

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

 a { background-color: rgb(140,36,170); }

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

border-color css

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

 span { border-color: rgb(140,36,170); }

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