Html Css Color HEX #994977 Cadillac

📋 copy color: '#994977'

red 153 ◦ green 73 ◦ blue 119

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

Shades of Cadillac #994977

Tints of Cadillac #994977

RGB

 RED value IS 153 (60.16% from 255) = 44.35%

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

 BLUE value IS 119 (46.88% from 255) = 34.49%

R = 44.35%
G = 21.16%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#994977 (or 0x994977) is known color: Cadillac. HEX triplet: 99, 49 and 77. RGB value is (153,73,119). Sum of RGB (Red+Green+Blue) = 153+73+119=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #994977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994977 is #66B688. Grayscale: #666666. Windows color (decimal): -6731401 or 7817625. OLE color: 7817625.

HSL color Cylindrical-coordinate representation of color #994977: hue angle of 325.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994977 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 73 119 -
CMYK 0 0.52 0.22 0.4
HSL 325.5º 0.35% 0.44% -
HSV(B) 325.5º 0.52% 0.6% -
XYZ 18.85 12.87 18.94 -
YUV 102.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 153 73 119 0 0.52 0.22 0.4 325.5 0.35 0.44
Hex 99 49 77 0 34 16 28 146 23 2C
Octal 231 111 167 0 64 26 50 506 43 54
Binary 10011001 1001001 1110111 0 110100 10110 101000 101000110 100011 101100

Color Harmonies of #994977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994977

Black with #994977

Text Example


Text Example

White with #994977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994977; }

 p { color: rgb(153,73,119); }

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

background-color css

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

 a { background-color: rgb(153,73,119); }

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

border-color css

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

 span { border-color: rgb(153,73,119); }

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