Html Css Color HEX #962980 Dark Purple

📋 copy color: '#962980'

red 150 ◦ green 41 ◦ blue 128

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

Shades of Dark Purple #962980

Tints of Dark Purple #962980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.85%

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

R = 47.02%
G = 12.85%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#962980 (or 0x962980) is known color: Dark Purple. HEX triplet: 96, 29 and 80. RGB value is (150,41,128). Sum of RGB (Red+Green+Blue) = 150+41+128=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #962980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962980 is #69D67F. Grayscale: #535353. Windows color (decimal): -6936192 or 8399254. OLE color: 8399254.

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

Color convert

RGB 150 41 128 -
CMYK 0 0.73 0.15 0.41
HSL 312.11º 0.57% 0.37% -
HSV(B) 312.11º 0.73% 0.59% -
XYZ 17.27 9.63 21.37 -
YUV 83.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 150 41 128 0 0.73 0.15 0.41 312.11 0.57 0.37
Hex 96 29 80 0 49 F 29 138 39 25
Octal 226 51 200 0 111 17 51 470 71 45
Binary 10010110 101001 10000000 0 1001001 1111 101001 100111000 111001 100101

Color Harmonies of #962980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962980

Black with #962980

Text Example


Text Example

White with #962980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962980; }

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

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

background-color css

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

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

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

border-color css

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

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

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