Html Css Color HEX #994471 Cadillac

📋 copy color: '#994471'

red 153 ◦ green 68 ◦ blue 113

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

Shades of Cadillac #994471

Tints of Cadillac #994471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

 BLUE value IS 113 (44.53% from 255) = 33.83%

R = 45.81%
G = 20.36%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#994471 (or 0x994471) is known color: Cadillac. HEX triplet: 99, 44 and 71. RGB value is (153,68,113). Sum of RGB (Red+Green+Blue) = 153+68+113=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #994471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994471 is #66BB8E. Grayscale: #626262. Windows color (decimal): -6732687 or 7423129. OLE color: 7423129.

HSL color Cylindrical-coordinate representation of color #994471: hue angle of 328.24º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994471 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 68 113 -
CMYK 0 0.56 0.26 0.4
HSL 328.24º 0.38% 0.43% -
HSV(B) 328.24º 0.56% 0.6% -
XYZ 18.18 12.1 17 -
YUV 98.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 153 68 113 0 0.56 0.26 0.4 328.24 0.38 0.43
Hex 99 44 71 0 38 1A 28 148 26 2B
Octal 231 104 161 0 70 32 50 510 46 53
Binary 10011001 1000100 1110001 0 111000 11010 101000 101001000 100110 101011

Color Harmonies of #994471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994471

Black with #994471

Text Example


Text Example

White with #994471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994471; }

 p { color: rgb(153,68,113); }

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

background-color css

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

 a { background-color: rgb(153,68,113); }

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

border-color css

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

 span { border-color: rgb(153,68,113); }

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