#8528AF

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

Shades of Vivid Violet #8528AF

Tints of Vivid Violet #8528AF

Color information

#8528AF (or 0x8528AF) is unknown color: approx Vivid Violet. HEX triplet: 85, 28 and AF. RGB value is (133,40,175). Sum of RGB (Red+Green+Blue) = 133+40+175=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #8528AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8528AF is #7AD750. Grayscale: #525252. Windows color (decimal): -8050513 or 11479173. OLE color: 11479173.

HSL color Cylindrical-coordinate representation of color #8528AF: hue angle of 281.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8528AF is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13340175-
CMYK0.240.7700.31
HSL281.33º62.79%42.16%-
HSV(B)281.33º77.14%68.63%-
XYZ18.179.641.45-
YUV83.2179.81163.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 40 (16.02% from 255) = 11.49%
BLUE value IS 175 (68.75% from 255) = 50.29%
R=38.22%
G=11.49%
B=50.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133401750.240.7700.31281.3362.7942.16
Hex8528AF184D01F1193f2a
Octal20550257301150374317752
Binary1000010110100010101111110001001101011111100011001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8528AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8528AF; }

 p { color: rgb(133,40,175); }

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

<style>
 a { background-color: #8528AF; }

 a { background-color: rgb(133,40,175); }

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

<style>
 span { border-color: #8528AF; }

 span { border-color: rgb(133,40,175); }

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