#9A619D

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

Shades of Violet Blue #9A619D

Tints of Violet Blue #9A619D

Color information

#9A619D (or 0x9A619D) is unknown color: approx Violet Blue. HEX triplet: 9A, 61 and 9D. RGB value is (154,97,157). Sum of RGB (Red+Green+Blue) = 154+97+157=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A619D is #659E62. Grayscale: #787878. Windows color (decimal): -6659683 or 10314138. OLE color: 10314138.

HSL color Cylindrical-coordinate representation of color #9A619D: hue angle of 297º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A619D is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15497157-
CMYK0.020.3800.38
HSL297º23.62%49.8%-
HSV(B)297º38.22%61.57%-
XYZ23.6917.8534.1-
YUV120.88148.38151.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.75%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=37.75%
G=23.77%
B=38.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154971570.020.3800.3829723.6249.8
Hex9A619D2260261291832
Octal2321412352460464513062
Binary1001101011000011001110110100110010011010010100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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