Html Css Color HEX #9B426E Rouge

📋 copy color: '#9B426E'

red 155 ◦ green 66 ◦ blue 110

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

Shades of Rouge #9B426E

Tints of Rouge #9B426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.94%

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

R = 46.83%
G = 19.94%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B426E (or 0x9B426E) is known color: Rouge. HEX triplet: 9B, 42 and 6E. RGB value is (155,66,110). Sum of RGB (Red+Green+Blue) = 155+66+110=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B426E is #64BD91. Grayscale: #616161. Windows color (decimal): -6602130 or 7226011. OLE color: 7226011.

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

Color convert

RGB 155 66 110 -
CMYK 0 0.57 0.29 0.39
HSL 330.34º 0.4% 0.43% -
HSV(B) 330.34º 0.57% 0.61% -
XYZ 18.28 11.99 16.1 -
YUV 97.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 155 66 110 0 0.57 0.29 0.39 330.34 0.4 0.43
Hex 9B 42 6E 0 39 1D 27 14A 28 2B
Octal 233 102 156 0 71 35 47 512 50 53
Binary 10011011 1000010 1101110 0 111001 11101 100111 101001010 101000 101011

Color Harmonies of #9B426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B426E

Black with #9B426E

Text Example


Text Example

White with #9B426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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