Html Css Color HEX #994078 Rouge

📋 copy color: '#994078'

red 153 ◦ green 64 ◦ blue 120

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

Shades of Rouge #994078

Tints of Rouge #994078

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 45.4%
G = 18.99%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#994078 (or 0x994078) is known color: Rouge. HEX triplet: 99, 40 and 78. RGB value is (153,64,120). Sum of RGB (Red+Green+Blue) = 153+64+120=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #994078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994078 is #66BF87. Grayscale: #606060. Windows color (decimal): -6733704 or 7880857. OLE color: 7880857.

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

Color convert

RGB 153 64 120 -
CMYK 0 0.58 0.22 0.4
HSL 322.25º 0.41% 0.43% -
HSV(B) 322.25º 0.58% 0.6% -
XYZ 18.36 11.8 19.08 -
YUV 97 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 153 64 120 0 0.58 0.22 0.4 322.25 0.41 0.43
Hex 99 40 78 0 3A 16 28 142 29 2B
Octal 231 100 170 0 72 26 50 502 51 53
Binary 10011001 1000000 1111000 0 111010 10110 101000 101000010 101001 101011

Color Harmonies of #994078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994078

Black with #994078

Text Example


Text Example

White with #994078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994078; }

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

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

background-color css

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

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

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

border-color css

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

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

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