Html Css Color HEX #962077 Dark Purple

📋 copy color: '#962077'

red 150 ◦ green 32 ◦ blue 119

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

Shades of Dark Purple #962077

Tints of Dark Purple #962077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

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

R = 49.83%
G = 10.63%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#962077 (or 0x962077) is known color: Dark Purple. HEX triplet: 96, 20 and 77. RGB value is (150,32,119). Sum of RGB (Red+Green+Blue) = 150+32+119=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #962077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962077 is #69DF88. Grayscale: #4C4C4C. Windows color (decimal): -6938505 or 7807126. OLE color: 7807126.

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

Color convert

RGB 150 32 119 -
CMYK 0 0.79 0.21 0.41
HSL 315.76º 0.65% 0.36% -
HSV(B) 315.76º 0.79% 0.59% -
XYZ 16.42 8.85 18.3 -
YUV 77.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 150 32 119 0 0.79 0.21 0.41 315.76 0.65 0.36
Hex 96 20 77 0 4F 15 29 13C 41 24
Octal 226 40 167 0 117 25 51 474 101 44
Binary 10010110 100000 1110111 0 1001111 10101 101001 100111100 1000001 100100

Color Harmonies of #962077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962077

Black with #962077

Text Example


Text Example

White with #962077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962077; }

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

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

background-color css

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

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

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

border-color css

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

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

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