#9D449E

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

Shades of Violet Blue #9D449E

Tints of Violet Blue #9D449E

Color information

#9D449E (or 0x9D449E) is unknown color: approx Violet Blue. HEX triplet: 9D, 44 and 9E. RGB value is (157,68,158). Sum of RGB (Red+Green+Blue) = 157+68+158=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D449E is #62BB61. Grayscale: #686868. Windows color (decimal): -6470498 or 10372253. OLE color: 10372253.

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

Color convert

RGB15768158-
CMYK0.010.5700.38
HSL299.33º39.82%44.31%-
HSV(B)299.33º56.96%61.96%-
XYZ22.1413.7733.84-
YUV104.87157.99165.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.99%
GREEN value IS 68 (26.95% from 255) = 17.75%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=40.99%
G=17.75%
B=41.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157681580.010.5700.38299.3339.8244.31
Hex9D449E13902612b282c
Octal2351042361710464535054
Binary1001110110001001001111011110010100110100101011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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