Html Css Color HEX #962977 Dark Purple

📋 copy color: '#962977'

red 150 ◦ green 41 ◦ blue 119

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

Shades of Dark Purple #962977

Tints of Dark Purple #962977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.39%

R = 48.39%
G = 13.23%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#962977 (or 0x962977) is known color: Dark Purple. HEX triplet: 96, 29 and 77. RGB value is (150,41,119). Sum of RGB (Red+Green+Blue) = 150+41+119=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #962977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962977 is #69D688. Grayscale: #525252. Windows color (decimal): -6936201 or 7809430. OLE color: 7809430.

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

Color convert

RGB 150 41 119 -
CMYK 0 0.73 0.21 0.41
HSL 317.06º 0.57% 0.37% -
HSV(B) 317.06º 0.73% 0.59% -
XYZ 16.7 9.4 18.39 -
YUV 82.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 150 41 119 0 0.73 0.21 0.41 317.06 0.57 0.37
Hex 96 29 77 0 49 15 29 13D 39 25
Octal 226 51 167 0 111 25 51 475 71 45
Binary 10010110 101001 1110111 0 1001001 10101 101001 100111101 111001 100101

Color Harmonies of #962977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962977

Black with #962977

Text Example


Text Example

White with #962977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962977; }

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

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

background-color css

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

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

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

border-color css

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

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

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