#9A628F

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

Shades of Violet Blue #9A628F

Tints of Violet Blue #9A628F

Color information

#9A628F (or 0x9A628F) is unknown color: approx Violet Blue. HEX triplet: 9A, 62 and 8F. RGB value is (154,98,143). Sum of RGB (Red+Green+Blue) = 154+98+143=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 154 - color contains mainly: red. Hex color #9A628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A628F is #659D70. Grayscale: #777777. Windows color (decimal): -6659441 or 9396890. OLE color: 9396890.

HSL color Cylindrical-coordinate representation of color #9A628F: hue angle of 311.79º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A628F is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15498143-
CMYK00.360.070.40
HSL311.79º22.22%49.41%-
HSV(B)311.79º36.36%60.39%-
XYZ22.6517.5928.19-
YUV119.87141.05152.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.99%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=38.99%
G=24.81%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1549814300.360.070.40311.7922.2249.41
Hex9A628F0247281381631
Octal2321422170447504702661
Binary10011010110001010001111010010011110100010011100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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