Html Css Color HEX #994278 Rouge

📋 copy color: '#994278'

red 153 ◦ green 66 ◦ blue 120

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

Shades of Rouge #994278

Tints of Rouge #994278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.47%

 BLUE value IS 120 (47.27% from 255) = 35.4%

R = 45.13%
G = 19.47%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#994278 (or 0x994278) is known color: Rouge. HEX triplet: 99, 42 and 78. RGB value is (153,66,120). Sum of RGB (Red+Green+Blue) = 153+66+120=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #994278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994278 is #66BD87. Grayscale: #626262. Windows color (decimal): -6733192 or 7881369. OLE color: 7881369.

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

Color convert

RGB 153 66 120 -
CMYK 0 0.57 0.22 0.4
HSL 322.76º 0.4% 0.43% -
HSV(B) 322.76º 0.57% 0.6% -
XYZ 18.48 12.02 19.12 -
YUV 98.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 153 66 120 0 0.57 0.22 0.4 322.76 0.4 0.43
Hex 99 42 78 0 39 16 28 143 28 2B
Octal 231 102 170 0 71 26 50 503 50 53
Binary 10011001 1000010 1111000 0 111001 10110 101000 101000011 101000 101011

Color Harmonies of #994278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994278

Black with #994278

Text Example


Text Example

White with #994278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994278; }

 p { color: rgb(153,66,120); }

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

background-color css

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

 a { background-color: rgb(153,66,120); }

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

border-color css

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

 span { border-color: rgb(153,66,120); }

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