#9D448C

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

Shades of Violet Blue #9D448C

Tints of Violet Blue #9D448C

Color information

#9D448C (or 0x9D448C) is unknown color: approx Violet Blue. HEX triplet: 9D, 44 and 8C. RGB value is (157,68,140). Sum of RGB (Red+Green+Blue) = 157+68+140=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D448C is #62BB73. Grayscale: #666666. Windows color (decimal): -6470516 or 9192605. OLE color: 9192605.

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

Color convert

RGB15768140-
CMYK00.570.110.38
HSL311.46º39.56%44.12%-
HSV(B)311.46º56.69%61.57%-
XYZ20.7113.226.27-
YUV102.82148.99166.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.01%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=43.01%
G=18.63%
B=38.36%

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
Decimal1576814000.570.110.38311.4639.5644.12
Hex9D448C039B26137282c
Octal23510421407113464675054
Binary1001110110001001000110001110011011100110100110111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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