#9D6793

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

Shades of Violet Blue #9D6793

Tints of Violet Blue #9D6793

Color information

#9D6793 (or 0x9D6793) is unknown color: approx Violet Blue. HEX triplet: 9D, 67 and 93. RGB value is (157,103,147). Sum of RGB (Red+Green+Blue) = 157+103+147=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6793 is #62986C. Grayscale: #7C7C7C. Windows color (decimal): -6461549 or 9660317. OLE color: 9660317.

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

Color convert

RGB157103147-
CMYK00.340.060.38
HSL311.11º21.6%50.98%-
HSV(B)311.11º34.39%61.57%-
XYZ24.0218.9830-
YUV124.16140.89151.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.57%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=38.57%
G=25.31%
B=36.12%

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
Decimal15710314700.340.060.38311.1121.650.98
Hex9D67930226261371633
Octal2351472230426464672663
Binary10011101110011110010011010001011010011010011011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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