Html Css Color HEX #963E77 Rouge

📋 copy color: '#963E77'

red 150 ◦ green 62 ◦ blue 119

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

Shades of Rouge #963E77

Tints of Rouge #963E77

RGB

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

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

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

R = 45.32%
G = 18.73%
B = 35.95%

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

#963E77 (or 0x963E77) is known color: Rouge. HEX triplet: 96, 3E and 77. RGB value is (150,62,119). Sum of RGB (Red+Green+Blue) = 150+62+119=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #963E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963E77 is #69C188. Grayscale: #5E5E5E. Windows color (decimal): -6930825 or 7814806. OLE color: 7814806.

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

Color convert

RGB 150 62 119 -
CMYK 0 0.59 0.21 0.41
HSL 321.14º 0.42% 0.42% -
HSV(B) 321.14º 0.59% 0.59% -
XYZ 17.63 11.26 18.7 -
YUV 94.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 150 62 119 0 0.59 0.21 0.41 321.14 0.42 0.42
Hex 96 3E 77 0 3B 15 29 141 2A 2A
Octal 226 76 167 0 73 25 51 501 52 52
Binary 10010110 111110 1110111 0 111011 10101 101001 101000001 101010 101010

Color Harmonies of #963E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963E77

Black with #963E77

Text Example


Text Example

White with #963E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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