Html Css Color HEX #962880 Dark Purple

📋 copy color: '#962880'

red 150 ◦ green 40 ◦ blue 128

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

Shades of Dark Purple #962880

Tints of Dark Purple #962880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.58%

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

R = 47.17%
G = 12.58%
B = 40.25%

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

#962880 (or 0x962880) is known color: Dark Purple. HEX triplet: 96, 28 and 80. RGB value is (150,40,128). Sum of RGB (Red+Green+Blue) = 150+40+128=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #962880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962880 is #69D77F. Grayscale: #525252. Windows color (decimal): -6936448 or 8398998. OLE color: 8398998.

HSL color Cylindrical-coordinate representation of color #962880: hue angle of 312º degrees, saturation: 0.58, 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 #962880 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 40 128 -
CMYK 0 0.73 0.15 0.41
HSL 312º 0.58% 0.37% -
HSV(B) 312º 0.73% 0.59% -
XYZ 17.23 9.56 21.36 -
YUV 82.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 150 40 128 0 0.73 0.15 0.41 312 0.58 0.37
Hex 96 28 80 0 49 F 29 138 3A 25
Octal 226 50 200 0 111 17 51 470 72 45
Binary 10010110 101000 10000000 0 1001001 1111 101001 100111000 111010 100101

Color Harmonies of #962880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962880

Black with #962880

Text Example


Text Example

White with #962880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962880; }

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

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

background-color css

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

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

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

border-color css

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

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

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