Html Css Color HEX #9B3875 Rouge

📋 copy color: '#9B3875'

red 155 ◦ green 56 ◦ blue 117

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

Shades of Rouge #9B3875

Tints of Rouge #9B3875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.07%

 BLUE value IS 117 (46.09% from 255) = 35.67%

R = 47.26%
G = 17.07%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B3875 (or 0x9B3875) is known color: Rouge. HEX triplet: 9B, 38 and 75. RGB value is (155,56,117). Sum of RGB (Red+Green+Blue) = 155+56+117=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3875 is #64C78A. Grayscale: #5C5C5C. Windows color (decimal): -6604683 or 7682203. OLE color: 7682203.

HSL color Cylindrical-coordinate representation of color #9B3875: hue angle of 323.03º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B3875 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 56 117 -
CMYK 0 0.64 0.25 0.39
HSL 323.03º 0.47% 0.41% -
HSV(B) 323.03º 0.64% 0.61% -
XYZ 18.14 11.08 18.01 -
YUV 92.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 155 56 117 0 0.64 0.25 0.39 323.03 0.47 0.41
Hex 9B 38 75 0 40 19 27 143 2F 29
Octal 233 70 165 0 100 31 47 503 57 51
Binary 10011011 111000 1110101 0 1000000 11001 100111 101000011 101111 101001

Color Harmonies of #9B3875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3875

Black with #9B3875

Text Example


Text Example

White with #9B3875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,56,117); }

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

background-color css

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

 a { background-color: rgb(155,56,117); }

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

border-color css

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

 span { border-color: rgb(155,56,117); }

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