Html Css Color HEX #9B336E Rouge

📋 copy color: '#9B336E'

red 155 ◦ green 51 ◦ blue 110

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

Shades of Rouge #9B336E

Tints of Rouge #9B336E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 49.05%
G = 16.14%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B336E (or 0x9B336E) is known color: Rouge. HEX triplet: 9B, 33 and 6E. RGB value is (155,51,110). Sum of RGB (Red+Green+Blue) = 155+51+110=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B336E is #64CC91. Grayscale: #585858. Windows color (decimal): -6605970 or 7222171. OLE color: 7222171.

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

Color convert

RGB 155 51 110 -
CMYK 0 0.67 0.29 0.39
HSL 325.96º 0.5% 0.4% -
HSV(B) 325.96º 0.67% 0.61% -
XYZ 17.52 10.46 15.85 -
YUV 88.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 155 51 110 0 0.67 0.29 0.39 325.96 0.5 0.4
Hex 9B 33 6E 0 43 1D 27 146 32 28
Octal 233 63 156 0 103 35 47 506 62 50
Binary 10011011 110011 1101110 0 1000011 11101 100111 101000110 110010 101000

Color Harmonies of #9B336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B336E

Black with #9B336E

Text Example


Text Example

White with #9B336E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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