Html Css Color HEX #961D77 Dark Purple

📋 copy color: '#961D77'

red 150 ◦ green 29 ◦ blue 119

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

Shades of Dark Purple #961D77

Tints of Dark Purple #961D77

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.73%

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

R = 50.34%
G = 9.73%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#961D77 (or 0x961D77) is known color: Dark Purple. HEX triplet: 96, 1D and 77. RGB value is (150,29,119). Sum of RGB (Red+Green+Blue) = 150+29+119=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #961D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961D77 is #69E288. Grayscale: #4B4B4B. Windows color (decimal): -6939273 or 7806358. OLE color: 7806358.

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

Color convert

RGB 150 29 119 -
CMYK 0 0.81 0.21 0.41
HSL 315.37º 0.68% 0.35% -
HSV(B) 315.37º 0.81% 0.59% -
XYZ 16.35 8.69 18.27 -
YUV 75.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 150 29 119 0 0.81 0.21 0.41 315.37 0.68 0.35
Hex 96 1D 77 0 51 15 29 13B 44 23
Octal 226 35 167 0 121 25 51 473 104 43
Binary 10010110 11101 1110111 0 1010001 10101 101001 100111011 1000100 100011

Color Harmonies of #961D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961D77

Black with #961D77

Text Example


Text Example

White with #961D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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