Html Css Color HEX #993976 Rouge

📋 copy color: '#993976'

red 153 ◦ green 57 ◦ blue 118

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

Shades of Rouge #993976

Tints of Rouge #993976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 46.65%
G = 17.38%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#993976 (or 0x993976) is known color: Rouge. HEX triplet: 99, 39 and 76. RGB value is (153,57,118). Sum of RGB (Red+Green+Blue) = 153+57+118=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #993976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993976 is #66C689. Grayscale: #5C5C5C. Windows color (decimal): -6735498 or 7747993. OLE color: 7747993.

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

Color convert

RGB 153 57 118 -
CMYK 0 0.63 0.23 0.4
HSL 321.88º 0.46% 0.41% -
HSV(B) 321.88º 0.63% 0.6% -
XYZ 17.87 11.01 18.32 -
YUV 92.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 153 57 118 0 0.63 0.23 0.4 321.88 0.46 0.41
Hex 99 39 76 0 3F 17 28 142 2E 29
Octal 231 71 166 0 77 27 50 502 56 51
Binary 10011001 111001 1110110 0 111111 10111 101000 101000010 101110 101001

Color Harmonies of #993976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993976

Black with #993976

Text Example


Text Example

White with #993976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993976; }

 p { color: rgb(153,57,118); }

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

background-color css

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

 a { background-color: rgb(153,57,118); }

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

border-color css

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

 span { border-color: rgb(153,57,118); }

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