Html Css Color HEX #9B316E Rouge

📋 copy color: '#9B316E'

red 155 ◦ green 49 ◦ blue 110

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

Shades of Rouge #9B316E

Tints of Rouge #9B316E

RGB

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

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

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

R = 49.36%
G = 15.61%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B316E (or 0x9B316E) is known color: Rouge. HEX triplet: 9B, 31 and 6E. RGB value is (155,49,110). Sum of RGB (Red+Green+Blue) = 155+49+110=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B316E is #64CE91. Grayscale: #575757. Windows color (decimal): -6606482 or 7221659. OLE color: 7221659.

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

Color convert

RGB 155 49 110 -
CMYK 0 0.68 0.29 0.39
HSL 325.47º 0.52% 0.4% -
HSV(B) 325.47º 0.68% 0.61% -
XYZ 17.43 10.29 15.82 -
YUV 87.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 155 49 110 0 0.68 0.29 0.39 325.47 0.52 0.4
Hex 9B 31 6E 0 44 1D 27 145 34 28
Octal 233 61 156 0 104 35 47 505 64 50
Binary 10011011 110001 1101110 0 1000100 11101 100111 101000101 110100 101000

Color Harmonies of #9B316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B316E

Black with #9B316E

Text Example


Text Example

White with #9B316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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