Html Css Color HEX #8C34AD Vivid Violet

📋 copy color: '#8C34AD'

red 140 ◦ green 52 ◦ blue 173

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

Shades of Vivid Violet #8C34AD

Tints of Vivid Violet #8C34AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.25%

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 38.36%
G = 14.25%
B = 47.4%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C34AD (or 0x8C34AD) is known color: Vivid Violet. HEX triplet: 8C, 34 and AD. RGB value is (140,52,173). Sum of RGB (Red+Green+Blue) = 140+52+173=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C34AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C34AD is #73CB52. Grayscale: #5B5B5B. Windows color (decimal): -7588691 or 11351180. OLE color: 11351180.

HSL color Cylindrical-coordinate representation of color #8C34AD: hue angle of 283.64º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C34AD is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 52 173 -
CMYK 0.19 0.70 0 0.32
HSL 283.64º 0.54% 0.44% -
HSV(B) 283.64º 0.7% 0.68% -
XYZ 19.59 11.05 40.64 -
YUV 92.11 173.65 162.16 -
System Red Green Blue C M Y K H S L
Decimal 140 52 173 0.19 0.70 0 0.32 283.64 0.54 0.44
Hex 8C 34 AD 13 46 0 20 11C 36 2C
Octal 214 64 255 23 106 0 40 434 66 54
Binary 10001100 110100 10101101 10011 1000110 0 100000 100011100 110110 101100

Color Harmonies of #8C34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C34AD

Black with #8C34AD

Text Example


Text Example

White with #8C34AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,52,173); }

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

background-color css

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

 a { background-color: rgb(140,52,173); }

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

border-color css

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

 span { border-color: rgb(140,52,173); }

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