#9528a5

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

Shades of Vivid Violet #9528A5

Tints of Vivid Violet #9528A5

Color information

#9528A5 (or 0x9528A5) is unknown color: approx Vivid Violet. HEX triplet: 95, 28 and A5. RGB value is (149,40,165). Sum of RGB (Red+Green+Blue) = 149+40+165=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #9528A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9528A5 is #6AD75A. Grayscale: #565656. Windows color (decimal): -7001947 or 10823829. OLE color: 10823829.

HSL color Cylindrical-coordinate representation of color #9528A5: hue angle of 292.32º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9528A5 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14940165-
CMYK0.100.7600.35
HSL292.32º60.98%40.2%-
HSV(B)292.32º75.76%64.71%-
XYZ19.9410.6236.6-
YUV86.84172.11172.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 40 (16.02% from 255) = 11.30%
BLUE value IS 165 (64.84% from 255) = 46.61%
R=42.09%
G=11.30%
B=46.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149401650.100.7600.35292.3260.9840.2
Hex9528A5A4C0231243d28
Octal22550245121140434447550
Binary1001010110100010100101101010011000100011100100100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9528a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9528a5; }

 p { color: rgb(149,40,165); }

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

<style>
 a { background-color: #9528a5; }

 a { background-color: rgb(149,40,165); }

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

<style>
 span { border-color: #9528a5; }

 span { border-color: rgb(149,40,165); }

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