#8735AE

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

Shades of Vivid Violet #8735AE

Tints of Vivid Violet #8735AE

Color information

#8735AE (or 0x8735AE) is unknown color: approx Vivid Violet. HEX triplet: 87, 35 and AE. RGB value is (135,53,174). Sum of RGB (Red+Green+Blue) = 135+53+174=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #8735AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8735AE is #78CA51. Grayscale: #5A5A5A. Windows color (decimal): -7916114 or 11416967. OLE color: 11416967.

HSL color Cylindrical-coordinate representation of color #8735AE: hue angle of 280.66º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8735AE is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13553174-
CMYK0.220.7000.32
HSL280.66º53.3%44.51%-
HSV(B)280.66º69.54%68.24%-
XYZ18.910.7541.12-
YUV91.31174.67159.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 53 (21.09% from 255) = 14.64%
BLUE value IS 174 (68.36% from 255) = 48.07%
R=37.29%
G=14.64%
B=48.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135531740.220.7000.32280.6653.344.51
Hex8735AE1646020119352d
Octal20765256261060404316555
Binary10000111110101101011101011010001100100000100011001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8735AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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