#9A669E

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

Shades of Violet Blue #9A669E

Tints of Violet Blue #9A669E

Color information

#9A669E (or 0x9A669E) is unknown color: approx Violet Blue. HEX triplet: 9A, 66 and 9E. RGB value is (154,102,158). Sum of RGB (Red+Green+Blue) = 154+102+158=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A669E is #659961. Grayscale: #7B7B7B. Windows color (decimal): -6658402 or 10380954. OLE color: 10380954.

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

Color convert

RGB154102158-
CMYK0.030.3500.38
HSL295.71º22.4%50.98%-
HSV(B)295.71º35.44%61.96%-
XYZ24.2518.8434.71-
YUV123.93147.23149.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.20%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=37.20%
G=24.64%
B=38.16%

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
Decimal1541021580.030.3500.38295.7122.450.98
Hex9A669E3230261281633
Octal2321462363430464502663
Binary1001101011001101001111011100011010011010010100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,102,158); }

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

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

 a { background-color: rgb(154,102,158); }

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

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

 span { border-color: rgb(154,102,158); }

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