#8735A1

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

Shades of Vivid Violet #8735A1

Tints of Vivid Violet #8735A1

Color information

#8735A1 (or 0x8735A1) is unknown color: approx Vivid Violet. HEX triplet: 87, 35 and A1. RGB value is (135,53,161). Sum of RGB (Red+Green+Blue) = 135+53+161=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 161 - color contains mainly: blue. Hex color #8735A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8735A1 is #78CA5E. Grayscale: #595959. Windows color (decimal): -7916127 or 10564999. OLE color: 10564999.

HSL color Cylindrical-coordinate representation of color #8735A1: hue angle of 285.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8735A1 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13553161-
CMYK0.160.6700.37
HSL285.56º50.47%41.96%-
HSV(B)285.56º67.08%63.14%-
XYZ17.710.2734.77-
YUV89.83168.17160.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 161 (63.28% from 255) = 46.13%
R=38.68%
G=15.19%
B=46.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal135531610.160.6700.37285.5650.4741.96
Hex8735A1104302511e322a
Octal20765241201030454366252
Binary10000111110101101000011000010000110100101100011110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8735A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8735A1; }

 p { color: rgb(135,53,161); }

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

<style>
 a { background-color: #8735A1; }

 a { background-color: rgb(135,53,161); }

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

<style>
 span { border-color: #8735A1; }

 span { border-color: rgb(135,53,161); }

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