#9D6893

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

Shades of Violet Blue #9D6893

Tints of Violet Blue #9D6893

Color information

#9D6893 (or 0x9D6893) is unknown color: approx Violet Blue. HEX triplet: 9D, 68 and 93. RGB value is (157,104,147). Sum of RGB (Red+Green+Blue) = 157+104+147=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6893 is #62976C. Grayscale: #7C7C7C. Windows color (decimal): -6461293 or 9660573. OLE color: 9660573.

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

Color convert

RGB157104147-
CMYK00.340.060.38
HSL311.32º21.29%51.18%-
HSV(B)311.32º33.76%61.57%-
XYZ24.1219.1830.03-
YUV124.75140.56151-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.48%
GREEN value IS 104 (41.02% from 255) = 25.49%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=38.48%
G=25.49%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710414700.340.060.38311.3221.2951.18
Hex9D68930226261371533
Octal2351502230426464672563
Binary10011101110100010010011010001011010011010011011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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