#9A649D

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

Shades of Violet Blue #9A649D

Tints of Violet Blue #9A649D

Color information

#9A649D (or 0x9A649D) is unknown color: approx Violet Blue. HEX triplet: 9A, 64 and 9D. RGB value is (154,100,157). Sum of RGB (Red+Green+Blue) = 154+100+157=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A649D is #659B62. Grayscale: #7A7A7A. Windows color (decimal): -6658915 or 10314906. OLE color: 10314906.

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

Color convert

RGB154100157-
CMYK0.020.3600.38
HSL296.84º22.53%50.39%-
HSV(B)296.84º36.31%61.57%-
XYZ23.9718.4234.19-
YUV122.64147.39150.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.47%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=37.47%
G=24.33%
B=38.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541001570.020.3600.38296.8422.5350.39
Hex9A649D2240261291732
Octal2321442352440464512762
Binary1001101011001001001110110100100010011010010100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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