#9A639B

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

Shades of Violet Blue #9A639B

Tints of Violet Blue #9A639B

Color information

#9A639B (or 0x9A639B) is unknown color: approx Violet Blue. HEX triplet: 9A, 63 and 9B. RGB value is (154,99,155). Sum of RGB (Red+Green+Blue) = 154+99+155=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A639B is #659C64. Grayscale: #797979. Windows color (decimal): -6659173 or 10183578. OLE color: 10183578.

HSL color Cylindrical-coordinate representation of color #9A639B: hue angle of 298.93º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A639B is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15499155-
CMYK0.010.3600.39
HSL298.93º22.05%49.8%-
HSV(B)298.93º36.13%60.78%-
XYZ23.718.1633.27-
YUV121.83146.72150.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.75%
GREEN value IS 99 (39.06% from 255) = 24.26%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=37.75%
G=24.26%
B=37.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal154991550.010.3600.39298.9322.0549.8
Hex9A639B12402712b1632
Octal2321432331440474532662
Binary100110101100011100110111100100010011110010101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,99,155); }

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

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

 a { background-color: rgb(154,99,155); }

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

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

 span { border-color: rgb(154,99,155); }

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