#9A629F

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

Shades of Violet Blue #9A629F

Tints of Violet Blue #9A629F

Color information

#9A629F (or 0x9A629F) is unknown color: approx Violet Blue. HEX triplet: 9A, 62 and 9F. RGB value is (154,98,159). Sum of RGB (Red+Green+Blue) = 154+98+159=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A629F is #659D60. Grayscale: #797979. Windows color (decimal): -6659425 or 10445466. OLE color: 10445466.

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

Color convert

RGB15498159-
CMYK0.030.3800.38
HSL295.08º24.11%50.39%-
HSV(B)295.08º38.36%62.35%-
XYZ23.9518.1135.03-
YUV121.7149.05151.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.47%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=37.47%
G=23.84%
B=38.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154981590.030.3800.38295.0824.1150.39
Hex9A629F3260261271832
Octal2321422373460464473062
Binary1001101011000101001111111100110010011010010011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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