Html Css Color HEX #9B3E74 Rouge

📋 copy color: '#9B3E74'

red 155 ◦ green 62 ◦ blue 116

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

Shades of Rouge #9B3E74

Tints of Rouge #9B3E74

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.62%

 BLUE value IS 116 (45.7% from 255) = 34.83%

R = 46.55%
G = 18.62%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B3E74 (or 0x9B3E74) is known color: Rouge. HEX triplet: 9B, 3E and 74. RGB value is (155,62,116). Sum of RGB (Red+Green+Blue) = 155+62+116=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3E74 is #64C18B. Grayscale: #5F5F5F. Windows color (decimal): -6603148 or 7618203. OLE color: 7618203.

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

Color convert

RGB 155 62 116 -
CMYK 0 0.6 0.25 0.39
HSL 325.16º 0.43% 0.43% -
HSV(B) 325.16º 0.6% 0.61% -
XYZ 18.39 11.67 17.81 -
YUV 95.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 155 62 116 0 0.6 0.25 0.39 325.16 0.43 0.43
Hex 9B 3E 74 0 3C 19 27 145 2B 2B
Octal 233 76 164 0 74 31 47 505 53 53
Binary 10011011 111110 1110100 0 111100 11001 100111 101000101 101011 101011

Color Harmonies of #9B3E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3E74

Black with #9B3E74

Text Example


Text Example

White with #9B3E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,62,116); }

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

background-color css

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

 a { background-color: rgb(155,62,116); }

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

border-color css

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

 span { border-color: rgb(155,62,116); }

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