#9E529B

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

Shades of Violet Blue #9E529B

Tints of Violet Blue #9E529B

Color information

#9E529B (or 0x9E529B) is unknown color: approx Violet Blue. HEX triplet: 9E, 52 and 9B. RGB value is (158,82,155). Sum of RGB (Red+Green+Blue) = 158+82+155=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E529B is #61AD64. Grayscale: #707070. Windows color (decimal): -6401381 or 10179230. OLE color: 10179230.

HSL color Cylindrical-coordinate representation of color #9E529B: hue angle of 302.37º 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 #9E529B is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB15882155-
CMYK00.480.020.38
HSL302.37º31.67%47.06%-
HSV(B)302.37º48.1%61.96%-
XYZ23.0315.6732.82-
YUV113.05151.68160.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=40%
G=20.76%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588215500.480.020.38302.3731.6747.06
Hex9E529B03022612e202f
Octal2361222330602464564057
Binary10011110101001010011011011000010100110100101110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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