Html Css Color HEX #9B3C74 Rouge

📋 copy color: '#9B3C74'

red 155 ◦ green 60 ◦ blue 116

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

Shades of Rouge #9B3C74

Tints of Rouge #9B3C74

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

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

R = 46.83%
G = 18.13%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B3C74 (or 0x9B3C74) is known color: Rouge. HEX triplet: 9B, 3C and 74. RGB value is (155,60,116). Sum of RGB (Red+Green+Blue) = 155+60+116=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3C74 is #64C38B. Grayscale: #5E5E5E. Windows color (decimal): -6603660 or 7617691. OLE color: 7617691.

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

Color convert

RGB 155 60 116 -
CMYK 0 0.61 0.25 0.39
HSL 324.63º 0.44% 0.42% -
HSV(B) 324.63º 0.61% 0.61% -
XYZ 18.29 11.46 17.77 -
YUV 94.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 155 60 116 0 0.61 0.25 0.39 324.63 0.44 0.42
Hex 9B 3C 74 0 3D 19 27 145 2C 2A
Octal 233 74 164 0 75 31 47 505 54 52
Binary 10011011 111100 1110100 0 111101 11001 100111 101000101 101100 101010

Color Harmonies of #9B3C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3C74

Black with #9B3C74

Text Example


Text Example

White with #9B3C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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