#8535A7

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

Shades of Vivid Violet #8535A7

Tints of Vivid Violet #8535A7

Color information

#8535A7 (or 0x8535A7) is unknown color: approx Vivid Violet. HEX triplet: 85, 35 and A7. RGB value is (133,53,167). Sum of RGB (Red+Green+Blue) = 133+53+167=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 167 (65.62% from 255 or 47.31% from 353); Max value from RGB is 167 - color contains mainly: blue. Hex color #8535A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8535A7 is #7ACA58. Grayscale: #595959. Windows color (decimal): -8047193 or 10958213. OLE color: 10958213.

HSL color Cylindrical-coordinate representation of color #8535A7: hue angle of 282.11º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8535A7 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13353167-
CMYK0.200.6800.35
HSL282.11º51.82%43.14%-
HSV(B)282.11º68.26%65.49%-
XYZ17.9210.3237.61-
YUV89.92171.5158.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 53 (21.09% from 255) = 15.01%
BLUE value IS 167 (65.62% from 255) = 47.31%
R=37.68%
G=15.01%
B=47.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133531670.200.6800.35282.1151.8243.14
Hex8535A7144402311a342b
Octal20565247241040434326453
Binary10000101110101101001111010010001000100011100011010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8535A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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