Html Css Color HEX #961C80 Dark Purple

📋 copy color: '#961C80'

red 150 ◦ green 28 ◦ blue 128

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

Shades of Dark Purple #961C80

Tints of Dark Purple #961C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.83%

R = 49.02%
G = 9.15%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#961C80 (or 0x961C80) is known color: Dark Purple. HEX triplet: 96, 1C and 80. RGB value is (150,28,128). Sum of RGB (Red+Green+Blue) = 150+28+128=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #961C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961C80 is #69E37F. Grayscale: #4B4B4B. Windows color (decimal): -6939520 or 8395926. OLE color: 8395926.

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

Color convert

RGB 150 28 128 -
CMYK 0 0.81 0.15 0.41
HSL 310.82º 0.69% 0.35% -
HSV(B) 310.82º 0.81% 0.59% -
XYZ 16.89 8.87 21.24 -
YUV 75.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 150 28 128 0 0.81 0.15 0.41 310.82 0.69 0.35
Hex 96 1C 80 0 51 F 29 137 45 23
Octal 226 34 200 0 121 17 51 467 105 43
Binary 10010110 11100 10000000 0 1010001 1111 101001 100110111 1000101 100011

Color Harmonies of #961C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C80

Black with #961C80

Text Example


Text Example

White with #961C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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