Html Css Color HEX #9B417A Rouge

📋 copy color: '#9B417A'

red 155 ◦ green 65 ◦ blue 122

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

Shades of Rouge #9B417A

Tints of Rouge #9B417A

RGB

 RED value IS 155 (60.94% from 255) = 45.32%

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

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

R = 45.32%
G = 19.01%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B417A (or 0x9B417A) is known color: Rouge. HEX triplet: 9B, 41 and 7A. RGB value is (155,65,122). Sum of RGB (Red+Green+Blue) = 155+65+122=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B417A is #64BE85. Grayscale: #626262. Windows color (decimal): -6602374 or 8012187. OLE color: 8012187.

HSL color Cylindrical-coordinate representation of color #9B417A: hue angle of 322º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B417A is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 65 122 -
CMYK 0 0.58 0.21 0.39
HSL 322º 0.41% 0.43% -
HSV(B) 322º 0.58% 0.61% -
XYZ 18.92 12.15 19.76 -
YUV 98.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 155 65 122 0 0.58 0.21 0.39 322 0.41 0.43
Hex 9B 41 7A 0 3A 15 27 142 29 2B
Octal 233 101 172 0 72 25 47 502 51 53
Binary 10011011 1000001 1111010 0 111010 10101 100111 101000010 101001 101011

Color Harmonies of #9B417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B417A

Black with #9B417A

Text Example


Text Example

White with #9B417A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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