Html Css Color HEX #9A416D Rouge

📋 copy color: '#9A416D'

red 154 ◦ green 65 ◦ blue 109

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

Shades of Rouge #9A416D

Tints of Rouge #9A416D

RGB

 RED value IS 154 (60.55% from 255) = 46.95%

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

 BLUE value IS 109 (42.97% from 255) = 33.23%

R = 46.95%
G = 19.82%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A416D (or 0x9A416D) is known color: Rouge. HEX triplet: 9A, 41 and 6D. RGB value is (154,65,109). Sum of RGB (Red+Green+Blue) = 154+65+109=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A416D is #65BE92. Grayscale: #606060. Windows color (decimal): -6667923 or 7160218. OLE color: 7160218.

HSL color Cylindrical-coordinate representation of color #9A416D: hue angle of 330.34º 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 #9A416D is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 65 109 -
CMYK 0 0.58 0.29 0.40
HSL 330.34º 0.41% 0.43% -
HSV(B) 330.34º 0.58% 0.6% -
XYZ 17.98 11.75 15.79 -
YUV 96.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 154 65 109 0 0.58 0.29 0.40 330.34 0.41 0.43
Hex 9A 41 6D 0 3A 1D 28 14A 29 2B
Octal 232 101 155 0 72 35 50 512 51 53
Binary 10011010 1000001 1101101 0 111010 11101 101000 101001010 101001 101011

Color Harmonies of #9A416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A416D

Black with #9A416D

Text Example


Text Example

White with #9A416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A416D; }

 p { color: rgb(154,65,109); }

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

background-color css

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

 a { background-color: rgb(154,65,109); }

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

border-color css

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

 span { border-color: rgb(154,65,109); }

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