Html Css Color HEX #9B356E Rouge

📋 copy color: '#9B356E'

red 155 ◦ green 53 ◦ blue 110

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

Shades of Rouge #9B356E

Tints of Rouge #9B356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

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

R = 48.74%
G = 16.67%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B356E (or 0x9B356E) is known color: Rouge. HEX triplet: 9B, 35 and 6E. RGB value is (155,53,110). Sum of RGB (Red+Green+Blue) = 155+53+110=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B356E is #64CA91. Grayscale: #595959. Windows color (decimal): -6605458 or 7222683. OLE color: 7222683.

HSL color Cylindrical-coordinate representation of color #9B356E: hue angle of 326.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B356E is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 53 110 -
CMYK 0 0.66 0.29 0.39
HSL 326.47º 0.49% 0.41% -
HSV(B) 326.47º 0.66% 0.61% -
XYZ 17.61 10.64 15.88 -
YUV 90 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 155 53 110 0 0.66 0.29 0.39 326.47 0.49 0.41
Hex 9B 35 6E 0 42 1D 27 146 31 29
Octal 233 65 156 0 102 35 47 506 61 51
Binary 10011011 110101 1101110 0 1000010 11101 100111 101000110 110001 101001

Color Harmonies of #9B356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B356E

Black with #9B356E

Text Example


Text Example

White with #9B356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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