#8725AD

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

Shades of Vivid Violet #8725AD

Tints of Vivid Violet #8725AD

Color information

#8725AD (or 0x8725AD) is unknown color: approx Vivid Violet. HEX triplet: 87, 25 and AD. RGB value is (135,37,173). Sum of RGB (Red+Green+Blue) = 135+37+173=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #8725AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8725AD is #78DA52. Grayscale: #515151. Windows color (decimal): -7920211 or 11347335. OLE color: 11347335.

HSL color Cylindrical-coordinate representation of color #8725AD: hue angle of 283.24º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8725AD is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13537173-
CMYK0.220.7900.32
HSL283.24º64.76%41.18%-
HSV(B)283.24º78.61%67.84%-
XYZ18.29.4940.41-
YUV81.81179.47165.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 37 (14.84% from 255) = 10.72%
BLUE value IS 173 (67.97% from 255) = 50.14%
R=39.13%
G=10.72%
B=50.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135371730.220.7900.32283.2464.7641.18
Hex8725AD164F02011b4129
Octal207452552611704043310151
Binary100001111001011010110110110100111101000001000110111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8725AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8725AD; }

 p { color: rgb(135,37,173); }

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

<style>
 a { background-color: #8725AD; }

 a { background-color: rgb(135,37,173); }

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

<style>
 span { border-color: #8725AD; }

 span { border-color: rgb(135,37,173); }

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