Html Css Color HEX #9B3473 Rouge

📋 copy color: '#9B3473'

red 155 ◦ green 52 ◦ blue 115

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

Shades of Rouge #9B3473

Tints of Rouge #9B3473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 48.14%
G = 16.15%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B3473 (or 0x9B3473) is known color: Rouge. HEX triplet: 9B, 34 and 73. RGB value is (155,52,115). Sum of RGB (Red+Green+Blue) = 155+52+115=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3473 is #64CB8C. Grayscale: #595959. Windows color (decimal): -6605709 or 7550107. OLE color: 7550107.

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

Color convert

RGB 155 52 115 -
CMYK 0 0.66 0.26 0.39
HSL 323.3º 0.5% 0.41% -
HSV(B) 323.3º 0.66% 0.61% -
XYZ 17.84 10.66 17.34 -
YUV 89.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 155 52 115 0 0.66 0.26 0.39 323.3 0.5 0.41
Hex 9B 34 73 0 42 1A 27 143 32 29
Octal 233 64 163 0 102 32 47 503 62 51
Binary 10011011 110100 1110011 0 1000010 11010 100111 101000011 110010 101001

Color Harmonies of #9B3473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3473

Black with #9B3473

Text Example


Text Example

White with #9B3473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,52,115); }

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

background-color css

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

 a { background-color: rgb(155,52,115); }

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

border-color css

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

 span { border-color: rgb(155,52,115); }

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