#8825AD

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

Shades of Vivid Violet #8825AD

Tints of Vivid Violet #8825AD

Color information

#8825AD (or 0x8825AD) is unknown color: approx Vivid Violet. HEX triplet: 88, 25 and AD. RGB value is (136,37,173). Sum of RGB (Red+Green+Blue) = 136+37+173=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #8825AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8825AD is #77DA52. Grayscale: #515151. Windows color (decimal): -7854675 or 11347336. OLE color: 11347336.

HSL color Cylindrical-coordinate representation of color #8825AD: hue angle of 283.68º 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 #8825AD is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13637173-
CMYK0.210.7900.32
HSL283.68º64.76%41.18%-
HSV(B)283.68º78.61%67.84%-
XYZ18.369.5740.42-
YUV82.1179.3166.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 37 (14.84% from 255) = 10.69%
BLUE value IS 173 (67.97% from 255) = 50%
R=39.31%
G=10.69%
B=50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136371730.210.7900.32283.6864.7641.18
Hex8825AD154F02011c4129
Octal210452552511704043410151
Binary100010001001011010110110101100111101000001000111001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8825AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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