Html Css Color HEX #9A4A77 Cadillac

📋 copy color: '#9A4A77'

red 154 ◦ green 74 ◦ blue 119

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

Shades of Cadillac #9A4A77

Tints of Cadillac #9A4A77

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.33%

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 44.38%
G = 21.33%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A4A77 (or 0x9A4A77) is known color: Cadillac. HEX triplet: 9A, 4A and 77. RGB value is (154,74,119). Sum of RGB (Red+Green+Blue) = 154+74+119=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4A77 is #65B588. Grayscale: #666666. Windows color (decimal): -6665609 or 7817882. OLE color: 7817882.

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

Color convert

RGB 154 74 119 -
CMYK 0 0.52 0.23 0.40
HSL 326.25º 0.35% 0.45% -
HSV(B) 326.25º 0.52% 0.6% -
XYZ 19.1 13.1 18.97 -
YUV 103.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 154 74 119 0 0.52 0.23 0.40 326.25 0.35 0.45
Hex 9A 4A 77 0 34 17 28 146 23 2D
Octal 232 112 167 0 64 27 50 506 43 55
Binary 10011010 1001010 1110111 0 110100 10111 101000 101000110 100011 101101

Color Harmonies of #9A4A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4A77

Black with #9A4A77

Text Example


Text Example

White with #9A4A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,74,119); }

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

background-color css

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

 a { background-color: rgb(154,74,119); }

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

border-color css

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

 span { border-color: rgb(154,74,119); }

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