Html Css Color HEX #8C36AA Vivid Violet

📋 copy color: '#8C36AA'

red 140 ◦ green 54 ◦ blue 170

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

Shades of Vivid Violet #8C36AA

Tints of Vivid Violet #8C36AA

RGB

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

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

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

R = 38.46%
G = 14.84%
B = 46.7%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C36AA (or 0x8C36AA) is known color: Vivid Violet. HEX triplet: 8C, 36 and AA. RGB value is (140,54,170). Sum of RGB (Red+Green+Blue) = 140+54+170=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C36AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C36AA is #73C955. Grayscale: #5C5C5C. Windows color (decimal): -7588182 or 11155084. OLE color: 11155084.

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

Color convert

RGB 140 54 170 -
CMYK 0.18 0.68 0 0.33
HSL 284.48º 0.52% 0.44% -
HSV(B) 284.48º 0.68% 0.67% -
XYZ 19.39 11.12 39.15 -
YUV 92.94 171.49 161.57 -
System Red Green Blue C M Y K H S L
Decimal 140 54 170 0.18 0.68 0 0.33 284.48 0.52 0.44
Hex 8C 36 AA 12 44 0 21 11C 34 2C
Octal 214 66 252 22 104 0 41 434 64 54
Binary 10001100 110110 10101010 10010 1000100 0 100001 100011100 110100 101100

Color Harmonies of #8C36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C36AA

Black with #8C36AA

Text Example


Text Example

White with #8C36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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