Html Css Color HEX #962180 Dark Purple

📋 copy color: '#962180'

red 150 ◦ green 33 ◦ blue 128

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

Shades of Dark Purple #962180

Tints of Dark Purple #962180

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

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

R = 48.23%
G = 10.61%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#962180 (or 0x962180) is known color: Dark Purple. HEX triplet: 96, 21 and 80. RGB value is (150,33,128). Sum of RGB (Red+Green+Blue) = 150+33+128=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #962180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962180 is #69DE7F. Grayscale: #4E4E4E. Windows color (decimal): -6938240 or 8397206. OLE color: 8397206.

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

Color convert

RGB 150 33 128 -
CMYK 0 0.78 0.15 0.41
HSL 311.28º 0.64% 0.36% -
HSV(B) 311.28º 0.78% 0.59% -
XYZ 17.02 9.13 21.29 -
YUV 78.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 150 33 128 0 0.78 0.15 0.41 311.28 0.64 0.36
Hex 96 21 80 0 4E F 29 137 40 24
Octal 226 41 200 0 116 17 51 467 100 44
Binary 10010110 100001 10000000 0 1001110 1111 101001 100110111 1000000 100100

Color Harmonies of #962180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962180

Black with #962180

Text Example


Text Example

White with #962180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962180; }

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

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

background-color css

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

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

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

border-color css

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

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

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