Html Css Color HEX #8C36AB Vivid Violet

📋 copy color: '#8C36AB'

red 140 ◦ green 54 ◦ blue 171

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

Shades of Vivid Violet #8C36AB

Tints of Vivid Violet #8C36AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 38.36%
G = 14.79%
B = 46.85%

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

#8C36AB (or 0x8C36AB) is known color: Vivid Violet. HEX triplet: 8C, 36 and AB. RGB value is (140,54,171). Sum of RGB (Red+Green+Blue) = 140+54+171=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C36AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C36AB is #73C954. Grayscale: #5C5C5C. Windows color (decimal): -7588181 or 11220620. OLE color: 11220620.

HSL color Cylindrical-coordinate representation of color #8C36AB: hue angle of 284.1º 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 #8C36AB is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 54 171 -
CMYK 0.18 0.68 0 0.33
HSL 284.1º 0.52% 0.44% -
HSV(B) 284.1º 0.68% 0.67% -
XYZ 19.49 11.15 39.65 -
YUV 93.05 171.99 161.49 -
System Red Green Blue C M Y K H S L
Decimal 140 54 171 0.18 0.68 0 0.33 284.1 0.52 0.44
Hex 8C 36 AB 12 44 0 21 11C 34 2C
Octal 214 66 253 22 104 0 41 434 64 54
Binary 10001100 110110 10101011 10010 1000100 0 100001 100011100 110100 101100

Color Harmonies of #8C36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C36AB

Black with #8C36AB

Text Example


Text Example

White with #8C36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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