Html Css Color HEX #9A4B6E Cadillac

📋 copy color: '#9A4B6E'

red 154 ◦ green 75 ◦ blue 110

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

Shades of Cadillac #9A4B6E

Tints of Cadillac #9A4B6E

RGB

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

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

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

R = 45.43%
G = 22.12%
B = 32.45%

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

#9A4B6E (or 0x9A4B6E) is known color: Cadillac. HEX triplet: 9A, 4B and 6E. RGB value is (154,75,110). Sum of RGB (Red+Green+Blue) = 154+75+110=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4B6E is #65B491. Grayscale: #666666. Windows color (decimal): -6665362 or 7228314. OLE color: 7228314.

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

Color convert

RGB 154 75 110 -
CMYK 0 0.51 0.29 0.40
HSL 333.42º 0.34% 0.45% -
HSV(B) 333.42º 0.51% 0.6% -
XYZ 18.66 13.03 16.28 -
YUV 102.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 154 75 110 0 0.51 0.29 0.40 333.42 0.34 0.45
Hex 9A 4B 6E 0 33 1D 28 14D 22 2D
Octal 232 113 156 0 63 35 50 515 42 55
Binary 10011010 1001011 1101110 0 110011 11101 101000 101001101 100010 101101

Color Harmonies of #9A4B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4B6E

Black with #9A4B6E

Text Example


Text Example

White with #9A4B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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