#9D469C

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

Shades of Violet Blue #9D469C

Tints of Violet Blue #9D469C

Color information

#9D469C (or 0x9D469C) is unknown color: approx Violet Blue. HEX triplet: 9D, 46 and 9C. RGB value is (157,70,156). Sum of RGB (Red+Green+Blue) = 157+70+156=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D469C is #62B963. Grayscale: #696969. Windows color (decimal): -6469988 or 10241693. OLE color: 10241693.

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

Color convert

RGB15770156-
CMYK00.550.010.38
HSL300.69º38.33%44.51%-
HSV(B)300.69º55.41%61.57%-
XYZ22.113.9532.98-
YUV105.82156.32164.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.99%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=40.99%
G=18.28%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577015600.550.010.38300.6938.3344.51
Hex9D469C03712612d262d
Octal2351062340671464554655
Binary1001110110001101001110001101111100110100101101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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