#9E529C

Color #9E529C Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9E529C

Tints of Violet Blue #9E529C

Color information

#9E529C (or 0x9E529C) is unknown color: approx Violet Blue. HEX triplet: 9E, 52 and 9C. RGB value is (158,82,156). Sum of RGB (Red+Green+Blue) = 158+82+156=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E529C is #61AD63. Grayscale: #707070. Windows color (decimal): -6401380 or 10244766. OLE color: 10244766.

HSL color Cylindrical-coordinate representation of color #9E529C: hue angle of 301.58º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E529C is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB15882156-
CMYK00.480.010.38
HSL301.58º31.67%47.06%-
HSV(B)301.58º48.1%61.96%-
XYZ23.1215.733.27-
YUV113.16152.18159.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.90%
GREEN value IS 82 (32.42% from 255) = 20.71%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=39.90%
G=20.71%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588215600.480.010.38301.5831.6747.06
Hex9E529C03012612e202f
Octal2361222340601464564057
Binary1001111010100101001110001100001100110100101110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E529C; }

 p { color: rgb(158,82,156); }

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

<style>
 a { background-color: #9E529C; }

 a { background-color: rgb(158,82,156); }

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

<style>
 span { border-color: #9E529C; }

 span { border-color: rgb(158,82,156); }

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