Html Css Color HEX #9B396C Rouge

📋 copy color: '#9B396C'

red 155 ◦ green 57 ◦ blue 108

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

Shades of Rouge #9B396C

Tints of Rouge #9B396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.81%

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

R = 48.44%
G = 17.81%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B396C (or 0x9B396C) is known color: Rouge. HEX triplet: 9B, 39 and 6C. RGB value is (155,57,108). Sum of RGB (Red+Green+Blue) = 155+57+108=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B396C is #64C693. Grayscale: #5C5C5C. Windows color (decimal): -6604436 or 7092635. OLE color: 7092635.

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

Color convert

RGB 155 57 108 -
CMYK 0 0.63 0.30 0.39
HSL 328.78º 0.46% 0.42% -
HSV(B) 328.78º 0.63% 0.61% -
XYZ 17.69 10.98 15.37 -
YUV 92.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 155 57 108 0 0.63 0.30 0.39 328.78 0.46 0.42
Hex 9B 39 6C 0 3F 1E 27 149 2E 2A
Octal 233 71 154 0 77 36 47 511 56 52
Binary 10011011 111001 1101100 0 111111 11110 100111 101001001 101110 101010

Color Harmonies of #9B396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B396C

Black with #9B396C

Text Example


Text Example

White with #9B396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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