Html Css Color HEX #9B326C Rouge

📋 copy color: '#9B326C'

red 155 ◦ green 50 ◦ blue 108

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

Shades of Rouge #9B326C

Tints of Rouge #9B326C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 49.52%
G = 15.97%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B326C (or 0x9B326C) is known color: Rouge. HEX triplet: 9B, 32 and 6C. RGB value is (155,50,108). Sum of RGB (Red+Green+Blue) = 155+50+108=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B326C is #64CD93. Grayscale: #575757. Windows color (decimal): -6606228 or 7090843. OLE color: 7090843.

HSL color Cylindrical-coordinate representation of color #9B326C: hue angle of 326.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B326C is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 50 108 -
CMYK 0 0.68 0.30 0.39
HSL 326.86º 0.51% 0.4% -
HSV(B) 326.86º 0.68% 0.61% -
XYZ 17.36 10.33 15.27 -
YUV 88.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 155 50 108 0 0.68 0.30 0.39 326.86 0.51 0.4
Hex 9B 32 6C 0 44 1E 27 147 33 28
Octal 233 62 154 0 104 36 47 507 63 50
Binary 10011011 110010 1101100 0 1000100 11110 100111 101000111 110011 101000

Color Harmonies of #9B326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B326C

Black with #9B326C

Text Example


Text Example

White with #9B326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,50,108); }

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

background-color css

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

 a { background-color: rgb(155,50,108); }

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

border-color css

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

 span { border-color: rgb(155,50,108); }

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