Html Css Color HEX #9A4B76 Cadillac

📋 copy color: '#9A4B76'

red 154 ◦ green 75 ◦ blue 118

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

Shades of Cadillac #9A4B76

Tints of Cadillac #9A4B76

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.61%

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 44.38%
G = 21.61%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A4B76 (or 0x9A4B76) is known color: Cadillac. HEX triplet: 9A, 4B and 76. RGB value is (154,75,118). Sum of RGB (Red+Green+Blue) = 154+75+118=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4B76 is #65B489. Grayscale: #676767. Windows color (decimal): -6665354 or 7752602. OLE color: 7752602.

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

Color convert

RGB 154 75 118 -
CMYK 0 0.51 0.23 0.40
HSL 327.34º 0.34% 0.45% -
HSV(B) 327.34º 0.51% 0.6% -
XYZ 19.11 13.21 18.68 -
YUV 103.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 154 75 118 0 0.51 0.23 0.40 327.34 0.34 0.45
Hex 9A 4B 76 0 33 17 28 147 22 2D
Octal 232 113 166 0 63 27 50 507 42 55
Binary 10011010 1001011 1110110 0 110011 10111 101000 101000111 100010 101101

Color Harmonies of #9A4B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4B76

Black with #9A4B76

Text Example


Text Example

White with #9A4B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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