Html Css Color HEX #8C3CAC Vivid Violet

📋 copy color: '#8C3CAC'

red 140 ◦ green 60 ◦ blue 172

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

Shades of Vivid Violet #8C3CAC

Tints of Vivid Violet #8C3CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.13%

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

R = 37.63%
G = 16.13%
B = 46.24%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C3CAC (or 0x8C3CAC) is known color: Vivid Violet. HEX triplet: 8C, 3C and AC. RGB value is (140,60,172). Sum of RGB (Red+Green+Blue) = 140+60+172=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C3CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3CAC is #73C353. Grayscale: #606060. Windows color (decimal): -7586644 or 11287692. OLE color: 11287692.

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

Color convert

RGB 140 60 172 -
CMYK 0.19 0.65 0 0.33
HSL 282.86º 0.48% 0.45% -
HSV(B) 282.86º 0.65% 0.67% -
XYZ 19.88 11.79 40.26 -
YUV 96.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 140 60 172 0.19 0.65 0 0.33 282.86 0.48 0.45
Hex 8C 3C AC 13 41 0 21 11B 30 2D
Octal 214 74 254 23 101 0 41 433 60 55
Binary 10001100 111100 10101100 10011 1000001 0 100001 100011011 110000 101101

Color Harmonies of #8C3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3CAC

Black with #8C3CAC

Text Example


Text Example

White with #8C3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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