#9D679B

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

Shades of Violet Blue #9D679B

Tints of Violet Blue #9D679B

Color information

#9D679B (or 0x9D679B) is unknown color: approx Violet Blue. HEX triplet: 9D, 67 and 9B. RGB value is (157,103,155). Sum of RGB (Red+Green+Blue) = 157+103+155=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 157 - color contains mainly: red. Hex color #9D679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D679B is #629864. Grayscale: #7C7C7C. Windows color (decimal): -6461541 or 10184605. OLE color: 10184605.

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

Color convert

RGB157103155-
CMYK00.340.010.38
HSL302.22º21.6%50.98%-
HSV(B)302.22º34.39%61.57%-
XYZ24.6719.2433.42-
YUV125.07144.89150.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.83%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=37.83%
G=24.82%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710315500.340.010.38302.2221.650.98
Hex9D679B02212612e1633
Octal2351472330421464562663
Binary100111011100111100110110100010110011010010111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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