Html Css Color HEX #9A417A Rouge

📋 copy color: '#9A417A'

red 154 ◦ green 65 ◦ blue 122

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

Shades of Rouge #9A417A

Tints of Rouge #9A417A

RGB

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

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

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

R = 45.16%
G = 19.06%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#9A417A (or 0x9A417A) is known color: Rouge. HEX triplet: 9A, 41 and 7A. RGB value is (154,65,122). Sum of RGB (Red+Green+Blue) = 154+65+122=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A417A is #65BE85. Grayscale: #616161. Windows color (decimal): -6667910 or 8012186. OLE color: 8012186.

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

Color convert

RGB 154 65 122 -
CMYK 0 0.58 0.21 0.40
HSL 321.57º 0.41% 0.43% -
HSV(B) 321.57º 0.58% 0.6% -
XYZ 18.73 12.06 19.75 -
YUV 98.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 154 65 122 0 0.58 0.21 0.40 321.57 0.41 0.43
Hex 9A 41 7A 0 3A 15 28 142 29 2B
Octal 232 101 172 0 72 25 50 502 51 53
Binary 10011010 1000001 1111010 0 111010 10101 101000 101000010 101001 101011

Color Harmonies of #9A417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A417A

Black with #9A417A

Text Example


Text Example

White with #9A417A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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