Html Css Color HEX #963D77 Rouge

📋 copy color: '#963D77'

red 150 ◦ green 61 ◦ blue 119

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

Shades of Rouge #963D77

Tints of Rouge #963D77

RGB

 RED value IS 150 (58.98% from 255) = 45.45%

 GREEN value IS 61 (24.22% from 255) = 18.48%

 BLUE value IS 119 (46.88% from 255) = 36.06%

R = 45.45%
G = 18.48%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#963D77 (or 0x963D77) is known color: Rouge. HEX triplet: 96, 3D and 77. RGB value is (150,61,119). Sum of RGB (Red+Green+Blue) = 150+61+119=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #963D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963D77 is #69C288. Grayscale: #5E5E5E. Windows color (decimal): -6931081 or 7814550. OLE color: 7814550.

HSL color Cylindrical-coordinate representation of color #963D77: hue angle of 320.9º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #963D77 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 61 119 -
CMYK 0 0.59 0.21 0.41
HSL 320.9º 0.42% 0.41% -
HSV(B) 320.9º 0.59% 0.59% -
XYZ 17.58 11.15 18.68 -
YUV 94.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 150 61 119 0 0.59 0.21 0.41 320.9 0.42 0.41
Hex 96 3D 77 0 3B 15 29 141 2A 29
Octal 226 75 167 0 73 25 51 501 52 51
Binary 10010110 111101 1110111 0 111011 10101 101001 101000001 101010 101001

Color Harmonies of #963D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963D77

Black with #963D77

Text Example


Text Example

White with #963D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963D77; }

 p { color: rgb(150,61,119); }

 H1.HeaderClassName
 {
   color: #963D77;
 }
 .AnyTagClassName
 {
   color: #963D77;
 }
</style>

background-color css

<style>
 a { background-color: #963D77; }

 a { background-color: rgb(150,61,119); }

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

border-color css

<style>
 span { border-color: #963D77; }

 span { border-color: rgb(150,61,119); }

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