Html Css Color HEX #9B3F6F Rouge

📋 copy color: '#9B3F6F'

red 155 ◦ green 63 ◦ blue 111

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

Shades of Rouge #9B3F6F

Tints of Rouge #9B3F6F

RGB

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

 GREEN value IS 63 (25% from 255) = 19.15%

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 47.11%
G = 19.15%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B3F6F (or 0x9B3F6F) is known color: Rouge. HEX triplet: 9B, 3F and 6F. RGB value is (155,63,111). Sum of RGB (Red+Green+Blue) = 155+63+111=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3F6F is #64C090. Grayscale: #5F5F5F. Windows color (decimal): -6602897 or 7290779. OLE color: 7290779.

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

Color convert

RGB 155 63 111 -
CMYK 0 0.59 0.28 0.39
HSL 328.7º 0.42% 0.43% -
HSV(B) 328.7º 0.59% 0.61% -
XYZ 18.16 11.67 16.33 -
YUV 95.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 155 63 111 0 0.59 0.28 0.39 328.7 0.42 0.43
Hex 9B 3F 6F 0 3B 1C 27 149 2A 2B
Octal 233 77 157 0 73 34 47 511 52 53
Binary 10011011 111111 1101111 0 111011 11100 100111 101001001 101010 101011

Color Harmonies of #9B3F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3F6F

Black with #9B3F6F

Text Example


Text Example

White with #9B3F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,63,111); }

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

background-color css

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

 a { background-color: rgb(155,63,111); }

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

border-color css

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

 span { border-color: rgb(155,63,111); }

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