Html Css Color HEX #9A4C6E Cadillac

📋 copy color: '#9A4C6E'

red 154 ◦ green 76 ◦ blue 110

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

Shades of Cadillac #9A4C6E

Tints of Cadillac #9A4C6E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

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

R = 45.29%
G = 22.35%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A4C6E (or 0x9A4C6E) is known color: Cadillac. HEX triplet: 9A, 4C and 6E. RGB value is (154,76,110). Sum of RGB (Red+Green+Blue) = 154+76+110=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4C6E is #65B391. Grayscale: #676767. Windows color (decimal): -6665106 or 7228570. OLE color: 7228570.

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

Color convert

RGB 154 76 110 -
CMYK 0 0.51 0.29 0.40
HSL 333.85º 0.34% 0.45% -
HSV(B) 333.85º 0.51% 0.6% -
XYZ 18.73 13.16 16.31 -
YUV 103.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 154 76 110 0 0.51 0.29 0.40 333.85 0.34 0.45
Hex 9A 4C 6E 0 33 1D 28 14E 22 2D
Octal 232 114 156 0 63 35 50 516 42 55
Binary 10011010 1001100 1101110 0 110011 11101 101000 101001110 100010 101101

Color Harmonies of #9A4C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4C6E

Black with #9A4C6E

Text Example


Text Example

White with #9A4C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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