Html Css Color HEX #994777 Cadillac

📋 copy color: '#994777'

red 153 ◦ green 71 ◦ blue 119

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

Shades of Cadillac #994777

Tints of Cadillac #994777

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

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

R = 44.61%
G = 20.7%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#994777 (or 0x994777) is known color: Cadillac. HEX triplet: 99, 47 and 77. RGB value is (153,71,119). Sum of RGB (Red+Green+Blue) = 153+71+119=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #994777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994777 is #66B888. Grayscale: #646464. Windows color (decimal): -6731913 or 7817113. OLE color: 7817113.

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

Color convert

RGB 153 71 119 -
CMYK 0 0.54 0.22 0.4
HSL 324.88º 0.37% 0.44% -
HSV(B) 324.88º 0.54% 0.6% -
XYZ 18.72 12.61 18.9 -
YUV 100.99 138.17 165.1 -
System Red Green Blue C M Y K H S L
Decimal 153 71 119 0 0.54 0.22 0.4 324.88 0.37 0.44
Hex 99 47 77 0 36 16 28 145 25 2C
Octal 231 107 167 0 66 26 50 505 45 54
Binary 10011001 1000111 1110111 0 110110 10110 101000 101000101 100101 101100

Color Harmonies of #994777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994777

Black with #994777

Text Example


Text Example

White with #994777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994777; }

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

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

background-color css

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

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

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

border-color css

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

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

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