Html Css Color HEX #994874 Cadillac

📋 copy color: '#994874'

red 153 ◦ green 72 ◦ blue 116

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

Shades of Cadillac #994874

Tints of Cadillac #994874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 44.87%
G = 21.11%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#994874 (or 0x994874) is known color: Cadillac. HEX triplet: 99, 48 and 74. RGB value is (153,72,116). Sum of RGB (Red+Green+Blue) = 153+72+116=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #994874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994874 is #66B78B. Grayscale: #656565. Windows color (decimal): -6731660 or 7620761. OLE color: 7620761.

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

Color convert

RGB 153 72 116 -
CMYK 0 0.53 0.24 0.4
HSL 327.41º 0.36% 0.44% -
HSV(B) 327.41º 0.53% 0.6% -
XYZ 18.61 12.67 17.99 -
YUV 101.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 153 72 116 0 0.53 0.24 0.4 327.41 0.36 0.44
Hex 99 48 74 0 35 18 28 147 24 2C
Octal 231 110 164 0 65 30 50 507 44 54
Binary 10011001 1001000 1110100 0 110101 11000 101000 101000111 100100 101100

Color Harmonies of #994874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994874

Black with #994874

Text Example


Text Example

White with #994874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994874; }

 p { color: rgb(153,72,116); }

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

background-color css

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

 a { background-color: rgb(153,72,116); }

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

border-color css

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

 span { border-color: rgb(153,72,116); }

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