Html Css Color HEX #9A4A6E Cadillac

📋 copy color: '#9A4A6E'

red 154 ◦ green 74 ◦ blue 110

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

Shades of Cadillac #9A4A6E

Tints of Cadillac #9A4A6E

RGB

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

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

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

R = 45.56%
G = 21.89%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A4A6E (or 0x9A4A6E) is known color: Cadillac. HEX triplet: 9A, 4A and 6E. RGB value is (154,74,110). Sum of RGB (Red+Green+Blue) = 154+74+110=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4A6E is #65B591. Grayscale: #656565. Windows color (decimal): -6665618 or 7228058. OLE color: 7228058.

HSL color Cylindrical-coordinate representation of color #9A4A6E: hue angle of 333º 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 #9A4A6E is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 74 110 -
CMYK 0 0.52 0.29 0.40
HSL 333º 0.35% 0.45% -
HSV(B) 333º 0.52% 0.6% -
XYZ 18.59 12.89 16.26 -
YUV 102.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 154 74 110 0 0.52 0.29 0.40 333 0.35 0.45
Hex 9A 4A 6E 0 34 1D 28 14D 23 2D
Octal 232 112 156 0 64 35 50 515 43 55
Binary 10011010 1001010 1101110 0 110100 11101 101000 101001101 100011 101101

Color Harmonies of #9A4A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4A6E

Black with #9A4A6E

Text Example


Text Example

White with #9A4A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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