#9A4B72

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

Shades of Cadillac #9A4B72

Tints of Cadillac #9A4B72

Color information

#9A4B72 (or 0x9A4B72) is unknown color: approx Cadillac. HEX triplet: 9A, 4B and 72. RGB value is (154,75,114). Sum of RGB (Red+Green+Blue) = 154+75+114=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4B72 is #65B48D. Grayscale: #666666. Windows color (decimal): -6665358 or 7490458. OLE color: 7490458.

HSL color Cylindrical-coordinate representation of color #9A4B72: hue angle of 330.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A4B72 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB15475114-
CMYK00.510.260.40
HSL330.38º34.5%44.9%-
HSV(B)330.38º51.3%60.39%-
XYZ18.8813.1217.46-
YUV103.07134.17164.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.90%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=44.90%
G=21.87%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547511400.510.260.40330.3834.544.9
Hex9A4B720331A2814a222d
Octal23211316206332505124255
Binary1001101010010111110010011001111010101000101001010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,75,114); }

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

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

 a { background-color: rgb(154,75,114); }

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

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

 span { border-color: rgb(154,75,114); }

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