#9D468D

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

Shades of Violet Blue #9D468D

Tints of Violet Blue #9D468D

Color information

#9D468D (or 0x9D468D) is unknown color: approx Violet Blue. HEX triplet: 9D, 46 and 8D. RGB value is (157,70,141). Sum of RGB (Red+Green+Blue) = 157+70+141=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D468D is #62B972. Grayscale: #676767. Windows color (decimal): -6470003 or 9258653. OLE color: 9258653.

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

Color convert

RGB15770141-
CMYK00.550.100.38
HSL311.03º38.33%44.51%-
HSV(B)311.03º55.41%61.57%-
XYZ20.913.4726.7-
YUV104.11148.82165.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.66%
GREEN value IS 70 (27.73% from 255) = 19.02%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=42.66%
G=19.02%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577014100.550.100.38311.0338.3344.51
Hex9D468D037A26137262d
Octal23510621506712464674655
Binary1001110110001101000110101101111010100110100110111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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