Html Css Color HEX #9A4E6B Cadillac

📋 copy color: '#9A4E6B'

red 154 ◦ green 78 ◦ blue 107

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

Shades of Cadillac #9A4E6B

Tints of Cadillac #9A4E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 45.43%
G = 23.01%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#9A4E6B (or 0x9A4E6B) is known color: Cadillac. HEX triplet: 9A, 4E and 6B. RGB value is (154,78,107). Sum of RGB (Red+Green+Blue) = 154+78+107=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E6B is #65B194. Grayscale: #676767. Windows color (decimal): -6664597 or 7032474. OLE color: 7032474.

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

Color convert

RGB 154 78 107 -
CMYK 0 0.49 0.31 0.40
HSL 337.11º 0.33% 0.45% -
HSV(B) 337.11º 0.49% 0.6% -
XYZ 18.7 13.38 15.51 -
YUV 104.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 154 78 107 0 0.49 0.31 0.40 337.11 0.33 0.45
Hex 9A 4E 6B 0 31 1F 28 151 21 2D
Octal 232 116 153 0 61 37 50 521 41 55
Binary 10011010 1001110 1101011 0 110001 11111 101000 101010001 100001 101101

Color Harmonies of #9A4E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4E6B

Black with #9A4E6B

Text Example


Text Example

White with #9A4E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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