Html Css Color HEX #9B3C6D Rouge

📋 copy color: '#9B3C6D'

red 155 ◦ green 60 ◦ blue 109

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

Shades of Rouge #9B3C6D

Tints of Rouge #9B3C6D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.52%

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

R = 47.84%
G = 18.52%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B3C6D (or 0x9B3C6D) is known color: Rouge. HEX triplet: 9B, 3C and 6D. RGB value is (155,60,109). Sum of RGB (Red+Green+Blue) = 155+60+109=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3C6D is #64C392. Grayscale: #5D5D5D. Windows color (decimal): -6603667 or 7158939. OLE color: 7158939.

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

Color convert

RGB 155 60 109 -
CMYK 0 0.61 0.30 0.39
HSL 329.05º 0.44% 0.42% -
HSV(B) 329.05º 0.61% 0.61% -
XYZ 17.89 11.3 15.71 -
YUV 93.99 136.47 171.52 -
System Red Green Blue C M Y K H S L
Decimal 155 60 109 0 0.61 0.30 0.39 329.05 0.44 0.42
Hex 9B 3C 6D 0 3D 1E 27 149 2C 2A
Octal 233 74 155 0 75 36 47 511 54 52
Binary 10011011 111100 1101101 0 111101 11110 100111 101001001 101100 101010

Color Harmonies of #9B3C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3C6D

Black with #9B3C6D

Text Example


Text Example

White with #9B3C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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