#9D459D

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

Shades of Violet Blue #9D459D

Tints of Violet Blue #9D459D

Color information

#9D459D (or 0x9D459D) is unknown color: approx Violet Blue. HEX triplet: 9D, 45 and 9D. RGB value is (157,69,157). Sum of RGB (Red+Green+Blue) = 157+69+157=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D459D is #62BA62. Grayscale: #696969. Windows color (decimal): -6470243 or 10306973. OLE color: 10306973.

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

Color convert

RGB15769157-
CMYK00.5600.38
HSL300º38.94%44.31%-
HSV(B)300º56.05%61.57%-
XYZ22.1213.8633.41-
YUV105.34157.15164.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.99%
GREEN value IS 69 (27.34% from 255) = 18.02%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=40.99%
G=18.02%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576915700.5600.3830038.9444.31
Hex9D459D03802612c272c
Octal2351052350700464544754
Binary1001110110001011001110101110000100110100101100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,69,157); }

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

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

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

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

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

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

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