#9A679F

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

Shades of Violet Blue #9A679F

Tints of Violet Blue #9A679F

Color information

#9A679F (or 0x9A679F) is unknown color: approx Violet Blue. HEX triplet: 9A, 67 and 9F. RGB value is (154,103,159). Sum of RGB (Red+Green+Blue) = 154+103+159=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A679F is #659860. Grayscale: #7C7C7C. Windows color (decimal): -6658145 or 10446746. OLE color: 10446746.

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

Color convert

RGB154103159-
CMYK0.030.3500.38
HSL294.64º22.58%51.37%-
HSV(B)294.64º35.22%62.35%-
XYZ24.4319.0735.19-
YUV124.63147.4148.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.02%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 159 (62.5% from 255) = 38.22%
R=37.02%
G=24.76%
B=38.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541031590.030.3500.38294.6422.5851.37
Hex9A679F3230261271733
Octal2321472373430464472763
Binary1001101011001111001111111100011010011010010011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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