#9A448D

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

Shades of Violet Blue #9A448D

Tints of Violet Blue #9A448D

Color information

#9A448D (or 0x9A448D) is unknown color: approx Violet Blue. HEX triplet: 9A, 44 and 8D. RGB value is (154,68,141). Sum of RGB (Red+Green+Blue) = 154+68+141=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A448D is #65BB72. Grayscale: #656565. Windows color (decimal): -6667123 or 9258138. OLE color: 9258138.

HSL color Cylindrical-coordinate representation of color #9A448D: hue angle of 309.07º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A448D is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB15468141-
CMYK00.560.080.40
HSL309.07º38.74%43.53%-
HSV(B)309.07º55.84%60.39%-
XYZ20.212.9326.63-
YUV102.04149.99165.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.42%
GREEN value IS 68 (26.95% from 255) = 18.73%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=42.42%
G=18.73%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546814100.560.080.40309.0738.7443.53
Hex9A448D038828135272c
Octal23210421507010504654754
Binary1001101010001001000110101110001000101000100110101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,68,141); }

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

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

 a { background-color: rgb(154,68,141); }

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

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

 span { border-color: rgb(154,68,141); }

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