#9E448D

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

Shades of Violet Blue #9E448D

Tints of Violet Blue #9E448D

Color information

#9E448D (or 0x9E448D) is unknown color: approx Violet Blue. HEX triplet: 9E, 44 and 8D. RGB value is (158,68,141). Sum of RGB (Red+Green+Blue) = 158+68+141=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E448D is #61BB72. Grayscale: #676767. Windows color (decimal): -6404979 or 9258142. OLE color: 9258142.

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

Color convert

RGB15868141-
CMYK00.570.110.38
HSL311.33º39.82%44.31%-
HSV(B)311.33º56.96%61.96%-
XYZ20.9813.3326.67-
YUV103.23149.32167.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.05%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 141 (55.47% from 255) = 38.42%
R=43.05%
G=18.53%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586814100.570.110.38311.3339.8244.31
Hex9E448D039B26137282c
Octal23610421507113464675054
Binary1001111010001001000110101110011011100110100110111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,68,141); }

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

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

 a { background-color: rgb(158,68,141); }

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

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

 span { border-color: rgb(158,68,141); }

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