#9D6896

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

Shades of Violet Blue #9D6896

Tints of Violet Blue #9D6896

Color information

#9D6896 (or 0x9D6896) is unknown color: approx Violet Blue. HEX triplet: 9D, 68 and 96. RGB value is (157,104,150). Sum of RGB (Red+Green+Blue) = 157+104+150=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6896 is #629769. Grayscale: #7C7C7C. Windows color (decimal): -6461290 or 9857181. OLE color: 9857181.

HSL color Cylindrical-coordinate representation of color #9D6896: hue angle of 307.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D6896 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB157104150-
CMYK00.340.040.38
HSL307.92º21.29%51.18%-
HSV(B)307.92º33.76%61.57%-
XYZ24.3619.2731.29-
YUV125.09142.06150.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.20%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=38.20%
G=25.30%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710415000.340.040.38307.9221.2951.18
Hex9D68960224261341533
Octal2351502260424464642563
Binary10011101110100010010110010001010010011010011010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,104,150); }

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

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

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

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

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

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

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