#8C35AB

Color #8C35AB Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8C35AB

Tints of Vivid Violet #8C35AB

Color information

#8C35AB (or 0x8C35AB) is unknown color: approx Vivid Violet. HEX triplet: 8C, 35 and AB. RGB value is (140,53,171). Sum of RGB (Red+Green+Blue) = 140+53+171=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C35AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C35AB is #73CA54. Grayscale: #5C5C5C. Windows color (decimal): -7588437 or 11220364. OLE color: 11220364.

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

Color convert

RGB14053171-
CMYK0.180.6900.33
HSL284.24º52.68%43.92%-
HSV(B)284.24º69.01%67.06%-
XYZ19.4411.0639.64-
YUV92.46172.32161.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.46%
GREEN value IS 53 (21.09% from 255) = 14.56%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=38.46%
G=14.56%
B=46.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140531710.180.6900.33284.2452.6843.92
Hex8C35AB124502111c352c
Octal21465253221050414346554
Binary10001100110101101010111001010001010100001100011100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C35AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C35AB;
 }
 .AnyTagClassName
 {
   color: #8C35AB;
 }
</style>
background-color css

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

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

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

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

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

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