Html Css Color HEX #9B336C Rouge

📋 copy color: '#9B336C'

red 155 ◦ green 51 ◦ blue 108

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

Shades of Rouge #9B336C

Tints of Rouge #9B336C

RGB

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

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

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

R = 49.36%
G = 16.24%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B336C (or 0x9B336C) is known color: Rouge. HEX triplet: 9B, 33 and 6C. RGB value is (155,51,108). Sum of RGB (Red+Green+Blue) = 155+51+108=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B336C is #64CC93. Grayscale: #585858. Windows color (decimal): -6605972 or 7091099. OLE color: 7091099.

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

Color convert

RGB 155 51 108 -
CMYK 0 0.67 0.30 0.39
HSL 327.12º 0.5% 0.4% -
HSV(B) 327.12º 0.67% 0.61% -
XYZ 17.41 10.42 15.28 -
YUV 88.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 155 51 108 0 0.67 0.30 0.39 327.12 0.5 0.4
Hex 9B 33 6C 0 43 1E 27 147 32 28
Octal 233 63 154 0 103 36 47 507 62 50
Binary 10011011 110011 1101100 0 1000011 11110 100111 101000111 110010 101000

Color Harmonies of #9B336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B336C

Black with #9B336C

Text Example


Text Example

White with #9B336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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