Html Css Color HEX #962780 Dark Purple

📋 copy color: '#962780'

red 150 ◦ green 39 ◦ blue 128

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

Shades of Dark Purple #962780

Tints of Dark Purple #962780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

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

R = 47.32%
G = 12.3%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#962780 (or 0x962780) is known color: Dark Purple. HEX triplet: 96, 27 and 80. RGB value is (150,39,128). Sum of RGB (Red+Green+Blue) = 150+39+128=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #962780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962780 is #69D87F. Grayscale: #525252. Windows color (decimal): -6936704 or 8398742. OLE color: 8398742.

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

Color convert

RGB 150 39 128 -
CMYK 0 0.74 0.15 0.41
HSL 311.89º 0.59% 0.37% -
HSV(B) 311.89º 0.74% 0.59% -
XYZ 17.2 9.49 21.35 -
YUV 82.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 150 39 128 0 0.74 0.15 0.41 311.89 0.59 0.37
Hex 96 27 80 0 4A F 29 138 3B 25
Octal 226 47 200 0 112 17 51 470 73 45
Binary 10010110 100111 10000000 0 1001010 1111 101001 100111000 111011 100101

Color Harmonies of #962780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962780

Black with #962780

Text Example


Text Example

White with #962780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962780; }

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

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

background-color css

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

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

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

border-color css

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

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

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