Html Css Color HEX #963F74 Rouge

📋 copy color: '#963F74'

red 150 ◦ green 63 ◦ blue 116

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

Shades of Rouge #963F74

Tints of Rouge #963F74

RGB

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

 GREEN value IS 63 (25% from 255) = 19.15%

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

R = 45.59%
G = 19.15%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#963F74 (or 0x963F74) is known color: Rouge. HEX triplet: 96, 3F and 74. RGB value is (150,63,116). Sum of RGB (Red+Green+Blue) = 150+63+116=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #963F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F74 is #69C08B. Grayscale: #5E5E5E. Windows color (decimal): -6930572 or 7618454. OLE color: 7618454.

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

Color convert

RGB 150 63 116 -
CMYK 0 0.58 0.23 0.41
HSL 323.45º 0.41% 0.42% -
HSV(B) 323.45º 0.58% 0.59% -
XYZ 17.51 11.3 17.78 -
YUV 95.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 150 63 116 0 0.58 0.23 0.41 323.45 0.41 0.42
Hex 96 3F 74 0 3A 17 29 143 29 2A
Octal 226 77 164 0 72 27 51 503 51 52
Binary 10010110 111111 1110100 0 111010 10111 101001 101000011 101001 101010

Color Harmonies of #963F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F74

Black with #963F74

Text Example


Text Example

White with #963F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,63,116); }

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

background-color css

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

 a { background-color: rgb(150,63,116); }

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

border-color css

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

 span { border-color: rgb(150,63,116); }

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