Html Css Color HEX #961C77 Dark Purple

📋 copy color: '#961C77'

red 150 ◦ green 28 ◦ blue 119

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

Shades of Dark Purple #961C77

Tints of Dark Purple #961C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.43%

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

R = 50.51%
G = 9.43%
B = 40.07%

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

#961C77 (or 0x961C77) is known color: Dark Purple. HEX triplet: 96, 1C and 77. RGB value is (150,28,119). Sum of RGB (Red+Green+Blue) = 150+28+119=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #961C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961C77 is #69E388. Grayscale: #4A4A4A. Windows color (decimal): -6939529 or 7806102. OLE color: 7806102.

HSL color Cylindrical-coordinate representation of color #961C77: hue angle of 315.25º degrees, saturation: 0.69, 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 #961C77 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 28 119 -
CMYK 0 0.81 0.21 0.41
HSL 315.25º 0.69% 0.35% -
HSV(B) 315.25º 0.81% 0.59% -
XYZ 16.32 8.65 18.26 -
YUV 74.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 150 28 119 0 0.81 0.21 0.41 315.25 0.69 0.35
Hex 96 1C 77 0 51 15 29 13B 45 23
Octal 226 34 167 0 121 25 51 473 105 43
Binary 10010110 11100 1110111 0 1010001 10101 101001 100111011 1000101 100011

Color Harmonies of #961C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C77

Black with #961C77

Text Example


Text Example

White with #961C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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