Html Css Color HEX #961978 Dark Purple

📋 copy color: '#961978'

red 150 ◦ green 25 ◦ blue 120

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

Shades of Dark Purple #961978

Tints of Dark Purple #961978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.47%

 BLUE value IS 120 (47.27% from 255) = 40.68%

R = 50.85%
G = 8.47%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#961978 (or 0x961978) is known color: Dark Purple. HEX triplet: 96, 19 and 78. RGB value is (150,25,120). Sum of RGB (Red+Green+Blue) = 150+25+120=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #961978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961978 is #69E687. Grayscale: #484848. Windows color (decimal): -6940296 or 7870870. OLE color: 7870870.

HSL color Cylindrical-coordinate representation of color #961978: hue angle of 314.4º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961978 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 25 120 -
CMYK 0 0.83 0.20 0.41
HSL 314.4º 0.71% 0.34% -
HSV(B) 314.4º 0.83% 0.59% -
XYZ 16.32 8.54 18.56 -
YUV 73.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 150 25 120 0 0.83 0.20 0.41 314.4 0.71 0.34
Hex 96 19 78 0 53 14 29 13A 47 22
Octal 226 31 170 0 123 24 51 472 107 42
Binary 10010110 11001 1111000 0 1010011 10100 101001 100111010 1000111 100010

Color Harmonies of #961978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961978

Black with #961978

Text Example


Text Example

White with #961978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961978; }

 p { color: rgb(150,25,120); }

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

background-color css

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

 a { background-color: rgb(150,25,120); }

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

border-color css

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

 span { border-color: rgb(150,25,120); }

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