Html Css Color HEX #96417A Rouge

📋 copy color: '#96417A'

red 150 ◦ green 65 ◦ blue 122

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

Shades of Rouge #96417A

Tints of Rouge #96417A

RGB

 RED value IS 150 (58.98% from 255) = 44.51%

 GREEN value IS 65 (25.78% from 255) = 19.29%

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 44.51%
G = 19.29%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96417A (or 0x96417A) is known color: Rouge. HEX triplet: 96, 41 and 7A. RGB value is (150,65,122). Sum of RGB (Red+Green+Blue) = 150+65+122=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #96417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96417A is #69BE85. Grayscale: #606060. Windows color (decimal): -6930054 or 8012182. OLE color: 8012182.

HSL color Cylindrical-coordinate representation of color #96417A: hue angle of 319.76º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96417A is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 65 122 -
CMYK 0 0.57 0.19 0.41
HSL 319.76º 0.4% 0.42% -
HSV(B) 319.76º 0.57% 0.59% -
XYZ 17.98 11.67 19.72 -
YUV 96.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 150 65 122 0 0.57 0.19 0.41 319.76 0.4 0.42
Hex 96 41 7A 0 39 13 29 140 28 2A
Octal 226 101 172 0 71 23 51 500 50 52
Binary 10010110 1000001 1111010 0 111001 10011 101001 101000000 101000 101010

Color Harmonies of #96417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96417A

Black with #96417A

Text Example


Text Example

White with #96417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96417A; }

 p { color: rgb(150,65,122); }

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

background-color css

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

 a { background-color: rgb(150,65,122); }

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

border-color css

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

 span { border-color: rgb(150,65,122); }

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