Html Css Color HEX #9A4E6D Cadillac

📋 copy color: '#9A4E6D'

red 154 ◦ green 78 ◦ blue 109

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

Shades of Cadillac #9A4E6D

Tints of Cadillac #9A4E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.87%

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 45.16%
G = 22.87%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A4E6D (or 0x9A4E6D) is known color: Cadillac. HEX triplet: 9A, 4E and 6D. RGB value is (154,78,109). Sum of RGB (Red+Green+Blue) = 154+78+109=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E6D is #65B192. Grayscale: #686868. Windows color (decimal): -6664595 or 7163546. OLE color: 7163546.

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

Color convert

RGB 154 78 109 -
CMYK 0 0.49 0.29 0.40
HSL 335.53º 0.33% 0.45% -
HSV(B) 335.53º 0.49% 0.6% -
XYZ 18.81 13.42 16.07 -
YUV 104.26 130.68 163.48 -
System Red Green Blue C M Y K H S L
Decimal 154 78 109 0 0.49 0.29 0.40 335.53 0.33 0.45
Hex 9A 4E 6D 0 31 1D 28 150 21 2D
Octal 232 116 155 0 61 35 50 520 41 55
Binary 10011010 1001110 1101101 0 110001 11101 101000 101010000 100001 101101

Color Harmonies of #9A4E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4E6D

Black with #9A4E6D

Text Example


Text Example

White with #9A4E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,78,109); }

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

background-color css

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

 a { background-color: rgb(154,78,109); }

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

border-color css

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

 span { border-color: rgb(154,78,109); }

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