Html Css Color HEX #962979 Dark Purple

📋 copy color: '#962979'

red 150 ◦ green 41 ◦ blue 121

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

Shades of Dark Purple #962979

Tints of Dark Purple #962979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.78%

R = 48.08%
G = 13.14%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#962979 (or 0x962979) is known color: Dark Purple. HEX triplet: 96, 29 and 79. RGB value is (150,41,121). Sum of RGB (Red+Green+Blue) = 150+41+121=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #962979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962979 is #69D686. Grayscale: #525252. Windows color (decimal): -6936199 or 7940502. OLE color: 7940502.

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

Color convert

RGB 150 41 121 -
CMYK 0 0.73 0.19 0.41
HSL 315.96º 0.57% 0.37% -
HSV(B) 315.96º 0.73% 0.59% -
XYZ 16.82 9.45 19.03 -
YUV 82.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 150 41 121 0 0.73 0.19 0.41 315.96 0.57 0.37
Hex 96 29 79 0 49 13 29 13C 39 25
Octal 226 51 171 0 111 23 51 474 71 45
Binary 10010110 101001 1111001 0 1001001 10011 101001 100111100 111001 100101

Color Harmonies of #962979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962979

Black with #962979

Text Example


Text Example

White with #962979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962979; }

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

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

background-color css

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

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

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

border-color css

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

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

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