#9E438E

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

Shades of Violet Blue #9E438E

Tints of Violet Blue #9E438E

Color information

#9E438E (or 0x9E438E) is unknown color: approx Violet Blue. HEX triplet: 9E, 43 and 8E. RGB value is (158,67,142). Sum of RGB (Red+Green+Blue) = 158+67+142=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E438E is #61BC71. Grayscale: #666666. Windows color (decimal): -6405234 or 9323422. OLE color: 9323422.

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

Color convert

RGB15867142-
CMYK00.580.100.38
HSL310.55º40.44%44.12%-
HSV(B)310.55º57.59%61.96%-
XYZ20.9913.2427.04-
YUV102.76150.15167.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.05%
GREEN value IS 67 (26.56% from 255) = 18.26%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=43.05%
G=18.26%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586714200.580.100.38310.5540.4444.12
Hex9E438E03AA26137282c
Octal23610321607212464675054
Binary1001111010000111000111001110101010100110100110111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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