#9D679A

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

Shades of Violet Blue #9D679A

Tints of Violet Blue #9D679A

Color information

#9D679A (or 0x9D679A) is unknown color: approx Violet Blue. HEX triplet: 9D, 67 and 9A. RGB value is (157,103,154). Sum of RGB (Red+Green+Blue) = 157+103+154=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 157 - color contains mainly: red. Hex color #9D679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D679A is #629865. Grayscale: #7C7C7C. Windows color (decimal): -6461542 or 10119069. OLE color: 10119069.

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

Color convert

RGB157103154-
CMYK00.340.020.38
HSL303.33º21.6%50.98%-
HSV(B)303.33º34.39%61.57%-
XYZ24.5919.232.98-
YUV124.96144.39150.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.92%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=37.92%
G=24.88%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710315400.340.020.38303.3321.650.98
Hex9D679A02222612f1633
Octal2351472320422464572663
Binary1001110111001111001101001000101010011010010111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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