#9D448D

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

Shades of Violet Blue #9D448D

Tints of Violet Blue #9D448D

Color information

#9D448D (or 0x9D448D) is unknown color: approx Violet Blue. HEX triplet: 9D, 44 and 8D. RGB value is (157,68,141). Sum of RGB (Red+Green+Blue) = 157+68+141=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D448D is #62BB72. Grayscale: #666666. Windows color (decimal): -6470515 or 9258141. OLE color: 9258141.

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

Color convert

RGB15768141-
CMYK00.570.100.38
HSL310.79º39.56%44.12%-
HSV(B)310.79º56.69%61.57%-
XYZ20.7813.2326.66-
YUV102.93149.49166.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.90%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=42.90%
G=18.58%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576814100.570.100.38310.7939.5644.12
Hex9D448D039A26137282c
Octal23510421507112464675054
Binary1001110110001001000110101110011010100110100110111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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