Html Css Color HEX #9B336F Rouge

📋 copy color: '#9B336F'

red 155 ◦ green 51 ◦ blue 111

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

Shades of Rouge #9B336F

Tints of Rouge #9B336F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

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

R = 48.9%
G = 16.09%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B336F (or 0x9B336F) is known color: Rouge. HEX triplet: 9B, 33 and 6F. RGB value is (155,51,111). Sum of RGB (Red+Green+Blue) = 155+51+111=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B336F is #64CC90. Grayscale: #585858. Windows color (decimal): -6605969 or 7287707. OLE color: 7287707.

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

Color convert

RGB 155 51 111 -
CMYK 0 0.67 0.28 0.39
HSL 325.38º 0.5% 0.4% -
HSV(B) 325.38º 0.67% 0.61% -
XYZ 17.57 10.48 16.14 -
YUV 88.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 155 51 111 0 0.67 0.28 0.39 325.38 0.5 0.4
Hex 9B 33 6F 0 43 1C 27 145 32 28
Octal 233 63 157 0 103 34 47 505 62 50
Binary 10011011 110011 1101111 0 1000011 11100 100111 101000101 110010 101000

Color Harmonies of #9B336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B336F

Black with #9B336F

Text Example


Text Example

White with #9B336F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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