Html Css Color HEX #9B346E Rouge

📋 copy color: '#9B346E'

red 155 ◦ green 52 ◦ blue 110

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

Shades of Rouge #9B346E

Tints of Rouge #9B346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.7%

R = 48.9%
G = 16.4%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B346E (or 0x9B346E) is known color: Rouge. HEX triplet: 9B, 34 and 6E. RGB value is (155,52,110). Sum of RGB (Red+Green+Blue) = 155+52+110=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B346E is #64CB91. Grayscale: #595959. Windows color (decimal): -6605714 or 7222427. OLE color: 7222427.

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

Color convert

RGB 155 52 110 -
CMYK 0 0.66 0.29 0.39
HSL 326.21º 0.5% 0.41% -
HSV(B) 326.21º 0.66% 0.61% -
XYZ 17.56 10.55 15.86 -
YUV 89.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 155 52 110 0 0.66 0.29 0.39 326.21 0.5 0.41
Hex 9B 34 6E 0 42 1D 27 146 32 29
Octal 233 64 156 0 102 35 47 506 62 51
Binary 10011011 110100 1101110 0 1000010 11101 100111 101000110 110010 101001

Color Harmonies of #9B346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B346E

Black with #9B346E

Text Example


Text Example

White with #9B346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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