Html Css Color HEX #9B3E6C Rouge

📋 copy color: '#9B3E6C'

red 155 ◦ green 62 ◦ blue 108

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

Shades of Rouge #9B3E6C

Tints of Rouge #9B3E6C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.08%

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

R = 47.69%
G = 19.08%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B3E6C (or 0x9B3E6C) is known color: Rouge. HEX triplet: 9B, 3E and 6C. RGB value is (155,62,108). Sum of RGB (Red+Green+Blue) = 155+62+108=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3E6C is #64C193. Grayscale: #5E5E5E. Windows color (decimal): -6603156 or 7093915. OLE color: 7093915.

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

Color convert

RGB 155 62 108 -
CMYK 0 0.6 0.30 0.39
HSL 330.32º 0.43% 0.43% -
HSV(B) 330.32º 0.6% 0.61% -
XYZ 17.95 11.5 15.46 -
YUV 95.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 155 62 108 0 0.6 0.30 0.39 330.32 0.43 0.43
Hex 9B 3E 6C 0 3C 1E 27 14A 2B 2B
Octal 233 76 154 0 74 36 47 512 53 53
Binary 10011011 111110 1101100 0 111100 11110 100111 101001010 101011 101011

Color Harmonies of #9B3E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3E6C

Black with #9B3E6C

Text Example


Text Example

White with #9B3E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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