Html Css Color HEX #9F496E Cadillac

📋 copy color: '#9F496E'

red 159 ◦ green 73 ◦ blue 110

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

Shades of Cadillac #9F496E

Tints of Cadillac #9F496E

RGB

 RED value IS 159 (62.5% from 255) = 46.49%

 GREEN value IS 73 (28.91% from 255) = 21.35%

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

R = 46.49%
G = 21.35%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F496E (or 0x9F496E) is known color: Cadillac. HEX triplet: 9F, 49 and 6E. RGB value is (159,73,110). Sum of RGB (Red+Green+Blue) = 159+73+110=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F496E is #60B691. Grayscale: #666666. Windows color (decimal): -6338194 or 7227807. OLE color: 7227807.

HSL color Cylindrical-coordinate representation of color #9F496E: hue angle of 334.19º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F496E is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 73 110 -
CMYK 0 0.54 0.31 0.38
HSL 334.19º 0.37% 0.45% -
HSV(B) 334.19º 0.54% 0.62% -
XYZ 19.5 13.26 16.28 -
YUV 102.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 159 73 110 0 0.54 0.31 0.38 334.19 0.37 0.45
Hex 9F 49 6E 0 36 1F 26 14E 25 2D
Octal 237 111 156 0 66 37 46 516 45 55
Binary 10011111 1001001 1101110 0 110110 11111 100110 101001110 100101 101101

Color Harmonies of #9F496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F496E

Black with #9F496E

Text Example


Text Example

White with #9F496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,73,110); }

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

background-color css

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

 a { background-color: rgb(159,73,110); }

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

border-color css

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

 span { border-color: rgb(159,73,110); }

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