Html Css Color HEX #9B316D Rouge

📋 copy color: '#9B316D'

red 155 ◦ green 49 ◦ blue 109

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

Shades of Rouge #9B316D

Tints of Rouge #9B316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 49.52%
G = 15.65%
B = 34.82%

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

#9B316D (or 0x9B316D) is known color: Rouge. HEX triplet: 9B, 31 and 6D. RGB value is (155,49,109). Sum of RGB (Red+Green+Blue) = 155+49+109=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B316D is #64CE92. Grayscale: #575757. Windows color (decimal): -6606483 or 7156123. OLE color: 7156123.

HSL color Cylindrical-coordinate representation of color #9B316D: hue angle of 326.04º degrees, saturation: 0.52, 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 #9B316D is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 49 109 -
CMYK 0 0.68 0.30 0.39
HSL 326.04º 0.52% 0.4% -
HSV(B) 326.04º 0.68% 0.61% -
XYZ 17.38 10.27 15.53 -
YUV 87.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 155 49 109 0 0.68 0.30 0.39 326.04 0.52 0.4
Hex 9B 31 6D 0 44 1E 27 146 34 28
Octal 233 61 155 0 104 36 47 506 64 50
Binary 10011011 110001 1101101 0 1000100 11110 100111 101000110 110100 101000

Color Harmonies of #9B316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B316D

Black with #9B316D

Text Example


Text Example

White with #9B316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,49,109); }

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

background-color css

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

 a { background-color: rgb(155,49,109); }

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

border-color css

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

 span { border-color: rgb(155,49,109); }

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