Html Css Color HEX #9B3C69 Rouge

📋 copy color: '#9B3C69'

red 155 ◦ green 60 ◦ blue 105

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

Shades of Rouge #9B3C69

Tints of Rouge #9B3C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.81%

R = 48.44%
G = 18.75%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B3C69 (or 0x9B3C69) is known color: Rouge. HEX triplet: 9B, 3C and 69. RGB value is (155,60,105). Sum of RGB (Red+Green+Blue) = 155+60+105=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3C69 is #64C396. Grayscale: #5D5D5D. Windows color (decimal): -6603671 or 6896795. OLE color: 6896795.

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

Color convert

RGB 155 60 105 -
CMYK 0 0.61 0.32 0.39
HSL 331.58º 0.44% 0.42% -
HSV(B) 331.58º 0.61% 0.61% -
XYZ 17.68 11.22 14.6 -
YUV 93.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 155 60 105 0 0.61 0.32 0.39 331.58 0.44 0.42
Hex 9B 3C 69 0 3D 20 27 14C 2C 2A
Octal 233 74 151 0 75 40 47 514 54 52
Binary 10011011 111100 1101001 0 111101 100000 100111 101001100 101100 101010

Color Harmonies of #9B3C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3C69

Black with #9B3C69

Text Example


Text Example

White with #9B3C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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