#9E508C

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

Shades of Violet Blue #9E508C

Tints of Violet Blue #9E508C

Color information

#9E508C (or 0x9E508C) is unknown color: approx Violet Blue. HEX triplet: 9E, 50 and 8C. RGB value is (158,80,140). Sum of RGB (Red+Green+Blue) = 158+80+140=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E508C is #61AF73. Grayscale: #6E6E6E. Windows color (decimal): -6401908 or 9195678. OLE color: 9195678.

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

Color convert

RGB15880140-
CMYK00.490.110.38
HSL313.85º32.77%46.67%-
HSV(B)313.85º49.37%61.96%-
XYZ21.714.926.54-
YUV110.16144.84162.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.80%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=41.80%
G=21.16%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588014000.490.110.38313.8532.7746.67
Hex9E508C031B2613a212f
Octal23612021406113464724157
Binary1001111010100001000110001100011011100110100111010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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