Html Css Color HEX #961A77 Dark Purple

📋 copy color: '#961A77'

red 150 ◦ green 26 ◦ blue 119

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

Shades of Dark Purple #961A77

Tints of Dark Purple #961A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.81%

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

R = 50.85%
G = 8.81%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#961A77 (or 0x961A77) is known color: Dark Purple. HEX triplet: 96, 1A and 77. RGB value is (150,26,119). Sum of RGB (Red+Green+Blue) = 150+26+119=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #961A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961A77 is #69E588. Grayscale: #494949. Windows color (decimal): -6940041 or 7805590. OLE color: 7805590.

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

Color convert

RGB 150 26 119 -
CMYK 0 0.83 0.21 0.41
HSL 315º 0.7% 0.35% -
HSV(B) 315º 0.83% 0.59% -
XYZ 16.28 8.55 18.25 -
YUV 73.68 153.58 182.44 -
System Red Green Blue C M Y K H S L
Decimal 150 26 119 0 0.83 0.21 0.41 315 0.7 0.35
Hex 96 1A 77 0 53 15 29 13B 46 23
Octal 226 32 167 0 123 25 51 473 106 43
Binary 10010110 11010 1110111 0 1010011 10101 101001 100111011 1000110 100011

Color Harmonies of #961A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961A77

Black with #961A77

Text Example


Text Example

White with #961A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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