Html Css Color HEX #9B3D72 Rouge

📋 copy color: '#9B3D72'

red 155 ◦ green 61 ◦ blue 114

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

Shades of Rouge #9B3D72

Tints of Rouge #9B3D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.48%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 46.97%
G = 18.48%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B3D72 (or 0x9B3D72) is known color: Rouge. HEX triplet: 9B, 3D and 72. RGB value is (155,61,114). Sum of RGB (Red+Green+Blue) = 155+61+114=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3D72 is #64C28D. Grayscale: #5F5F5F. Windows color (decimal): -6603406 or 7486875. OLE color: 7486875.

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

Color convert

RGB 155 61 114 -
CMYK 0 0.61 0.26 0.39
HSL 326.17º 0.44% 0.42% -
HSV(B) 326.17º 0.61% 0.61% -
XYZ 18.22 11.52 17.18 -
YUV 95.15 138.64 170.69 -
System Red Green Blue C M Y K H S L
Decimal 155 61 114 0 0.61 0.26 0.39 326.17 0.44 0.42
Hex 9B 3D 72 0 3D 1A 27 146 2C 2A
Octal 233 75 162 0 75 32 47 506 54 52
Binary 10011011 111101 1110010 0 111101 11010 100111 101000110 101100 101010

Color Harmonies of #9B3D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3D72

Black with #9B3D72

Text Example


Text Example

White with #9B3D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,61,114); }

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

background-color css

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

 a { background-color: rgb(155,61,114); }

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

border-color css

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

 span { border-color: rgb(155,61,114); }

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