Html Css Color HEX #9F4E6E Cadillac

📋 copy color: '#9F4E6E'

red 159 ◦ green 78 ◦ blue 110

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

Shades of Cadillac #9F4E6E

Tints of Cadillac #9F4E6E

RGB

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

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

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

R = 45.82%
G = 22.48%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F4E6E (or 0x9F4E6E) is known color: Cadillac. HEX triplet: 9F, 4E and 6E. RGB value is (159,78,110). Sum of RGB (Red+Green+Blue) = 159+78+110=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E6E is #60B191. Grayscale: #696969. Windows color (decimal): -6336914 or 7229087. OLE color: 7229087.

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

Color convert

RGB 159 78 110 -
CMYK 0 0.51 0.31 0.38
HSL 336.3º 0.34% 0.46% -
HSV(B) 336.3º 0.51% 0.62% -
XYZ 19.84 13.95 16.4 -
YUV 105.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 159 78 110 0 0.51 0.31 0.38 336.3 0.34 0.46
Hex 9F 4E 6E 0 33 1F 26 150 22 2E
Octal 237 116 156 0 63 37 46 520 42 56
Binary 10011111 1001110 1101110 0 110011 11111 100110 101010000 100010 101110

Color Harmonies of #9F4E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4E6E

Black with #9F4E6E

Text Example


Text Example

White with #9F4E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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