#8535AB

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

Shades of Vivid Violet #8535AB

Tints of Vivid Violet #8535AB

Color information

#8535AB (or 0x8535AB) is unknown color: approx Vivid Violet. HEX triplet: 85, 35 and AB. RGB value is (133,53,171). Sum of RGB (Red+Green+Blue) = 133+53+171=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #8535AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8535AB is #7ACA54. Grayscale: #595959. Windows color (decimal): -8047189 or 11220357. OLE color: 11220357.

HSL color Cylindrical-coordinate representation of color #8535AB: hue angle of 280.68º 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 #8535AB is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13353171-
CMYK0.220.6900.33
HSL280.68º52.68%43.92%-
HSV(B)280.68º69.01%67.06%-
XYZ18.310.4739.59-
YUV90.37173.5158.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 53 (21.09% from 255) = 14.85%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=37.25%
G=14.85%
B=47.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133531710.220.6900.33280.6852.6843.92
Hex8535AB1645021119352c
Octal20565253261050414316554
Binary10000101110101101010111011010001010100001100011001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8535AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8535AB; }

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

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

<style>
 a { background-color: #8535AB; }

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

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

<style>
 span { border-color: #8535AB; }

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

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