#9E538E

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

Shades of Violet Blue #9E538E

Tints of Violet Blue #9E538E

Color information

#9E538E (or 0x9E538E) is unknown color: approx Violet Blue. HEX triplet: 9E, 53 and 8E. RGB value is (158,83,142). Sum of RGB (Red+Green+Blue) = 158+83+142=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E538E is #61AC71. Grayscale: #6F6F6F. Windows color (decimal): -6401138 or 9327518. OLE color: 9327518.

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

Color convert

RGB15883142-
CMYK00.470.100.38
HSL312.8º31.12%47.25%-
HSV(B)312.8º47.47%61.96%-
XYZ22.0815.4127.4-
YUV112.15144.85160.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.25%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 142 (55.86% from 255) = 37.08%
R=41.25%
G=21.67%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588314200.470.100.38312.831.1247.25
Hex9E538E02FA261391f2f
Octal23612321605712464713757
Binary100111101010011100011100101111101010011010011100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,83,142); }

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

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

 a { background-color: rgb(158,83,142); }

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

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

 span { border-color: rgb(158,83,142); }

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