#9E508B

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

Shades of Violet Blue #9E508B

Tints of Violet Blue #9E508B

Color information

#9E508B (or 0x9E508B) is unknown color: approx Violet Blue. HEX triplet: 9E, 50 and 8B. RGB value is (158,80,139). Sum of RGB (Red+Green+Blue) = 158+80+139=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E508B is #61AF74. Grayscale: #6D6D6D. Windows color (decimal): -6401909 or 9130142. OLE color: 9130142.

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

Color convert

RGB15880139-
CMYK00.490.120.38
HSL314.62º32.77%46.67%-
HSV(B)314.62º49.37%61.96%-
XYZ21.6314.8726.16-
YUV110.05144.34162.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.91%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=41.91%
G=21.22%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588013900.490.120.38314.6232.7746.67
Hex9E508B031C2613b212f
Octal23612021306114464734157
Binary1001111010100001000101101100011100100110100111011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,80,139); }

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

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

 a { background-color: rgb(158,80,139); }

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

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

 span { border-color: rgb(158,80,139); }

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