Html Css Color HEX #8C36AD Vivid Violet

📋 copy color: '#8C36AD'

red 140 ◦ green 54 ◦ blue 173

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

Shades of Vivid Violet #8C36AD

Tints of Vivid Violet #8C36AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.71%

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

R = 38.15%
G = 14.71%
B = 47.14%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C36AD (or 0x8C36AD) is known color: Vivid Violet. HEX triplet: 8C, 36 and AD. RGB value is (140,54,173). Sum of RGB (Red+Green+Blue) = 140+54+173=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C36AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C36AD is #73C952. Grayscale: #5C5C5C. Windows color (decimal): -7588179 or 11351692. OLE color: 11351692.

HSL color Cylindrical-coordinate representation of color #8C36AD: hue angle of 283.36º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C36AD is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 54 173 -
CMYK 0.19 0.69 0 0.32
HSL 283.36º 0.52% 0.45% -
HSV(B) 283.36º 0.69% 0.68% -
XYZ 19.68 11.23 40.67 -
YUV 93.28 172.99 161.32 -
System Red Green Blue C M Y K H S L
Decimal 140 54 173 0.19 0.69 0 0.32 283.36 0.52 0.45
Hex 8C 36 AD 13 45 0 20 11B 34 2D
Octal 214 66 255 23 105 0 40 433 64 55
Binary 10001100 110110 10101101 10011 1000101 0 100000 100011011 110100 101101

Color Harmonies of #8C36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C36AD

Black with #8C36AD

Text Example


Text Example

White with #8C36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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