Html Css Color HEX #9A427A Rouge

📋 copy color: '#9A427A'

red 154 ◦ green 66 ◦ blue 122

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

Shades of Rouge #9A427A

Tints of Rouge #9A427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

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

R = 45.03%
G = 19.3%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#9A427A (or 0x9A427A) is known color: Rouge. HEX triplet: 9A, 42 and 7A. RGB value is (154,66,122). Sum of RGB (Red+Green+Blue) = 154+66+122=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A427A is #65BD85. Grayscale: #626262. Windows color (decimal): -6667654 or 8012442. OLE color: 8012442.

HSL color Cylindrical-coordinate representation of color #9A427A: hue angle of 321.82º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A427A is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 66 122 -
CMYK 0 0.57 0.21 0.40
HSL 321.82º 0.4% 0.43% -
HSV(B) 321.82º 0.57% 0.6% -
XYZ 18.79 12.17 19.77 -
YUV 98.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 154 66 122 0 0.57 0.21 0.40 321.82 0.4 0.43
Hex 9A 42 7A 0 39 15 28 142 28 2B
Octal 232 102 172 0 71 25 50 502 50 53
Binary 10011010 1000010 1111010 0 111001 10101 101000 101000010 101000 101011

Color Harmonies of #9A427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A427A

Black with #9A427A

Text Example


Text Example

White with #9A427A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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