Html Css Color HEX #9A496E Cadillac

📋 copy color: '#9A496E'

red 154 ◦ green 73 ◦ blue 110

#9A496E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #9A496E

Tints of Cadillac #9A496E

RGB

 RED value IS 154 (60.55% from 255) = 45.7%

 GREEN value IS 73 (28.91% from 255) = 21.66%

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 45.7%
G = 21.66%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A496E (or 0x9A496E) is known color: Cadillac. HEX triplet: 9A, 49 and 6E. RGB value is (154,73,110). Sum of RGB (Red+Green+Blue) = 154+73+110=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A496E is #65B691. Grayscale: #656565. Windows color (decimal): -6665874 or 7227802. OLE color: 7227802.

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

Color convert

RGB 154 73 110 -
CMYK 0 0.53 0.29 0.40
HSL 332.59º 0.36% 0.45% -
HSV(B) 332.59º 0.53% 0.6% -
XYZ 18.52 12.76 16.24 -
YUV 101.44 132.84 165.49 -
System Red Green Blue C M Y K H S L
Decimal 154 73 110 0 0.53 0.29 0.40 332.59 0.36 0.45
Hex 9A 49 6E 0 35 1D 28 14D 24 2D
Octal 232 111 156 0 65 35 50 515 44 55
Binary 10011010 1001001 1101110 0 110101 11101 101000 101001101 100100 101101

Color Harmonies of #9A496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A496E

Black with #9A496E

Text Example


Text Example

White with #9A496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,73,110); }

 H1.HeaderClassName
 {
   color: #9A496E;
 }
 .AnyTagClassName
 {
   color: #9A496E;
 }
</style>

background-color css

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

 a { background-color: rgb(154,73,110); }

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

border-color css

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

 span { border-color: rgb(154,73,110); }

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