Html Css Color HEX #961380 Dark Purple

📋 copy color: '#961380'

red 150 ◦ green 19 ◦ blue 128

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

Shades of Dark Purple #961380

Tints of Dark Purple #961380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.4%

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

R = 50.51%
G = 6.4%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#961380 (or 0x961380) is known color: Dark Purple. HEX triplet: 96, 13 and 80. RGB value is (150,19,128). Sum of RGB (Red+Green+Blue) = 150+19+128=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #961380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961380 is #69EC7F. Grayscale: #464646. Windows color (decimal): -6941824 or 8393622. OLE color: 8393622.

HSL color Cylindrical-coordinate representation of color #961380: hue angle of 310.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961380 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 128 -
CMYK 0 0.87 0.15 0.41
HSL 310.08º 0.78% 0.33% -
HSV(B) 310.08º 0.87% 0.59% -
XYZ 16.71 8.51 21.18 -
YUV 70.6 160.4 184.64 -
System Red Green Blue C M Y K H S L
Decimal 150 19 128 0 0.87 0.15 0.41 310.08 0.78 0.33
Hex 96 13 80 0 57 F 29 136 4E 21
Octal 226 23 200 0 127 17 51 466 116 41
Binary 10010110 10011 10000000 0 1010111 1111 101001 100110110 1001110 100001

Color Harmonies of #961380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961380

Black with #961380

Text Example


Text Example

White with #961380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961380; }

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

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

background-color css

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

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

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

border-color css

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

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

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