Html Css Color HEX #962079 Dark Purple

📋 copy color: '#962079'

red 150 ◦ green 32 ◦ blue 121

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

Shades of Dark Purple #962079

Tints of Dark Purple #962079

RGB

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

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

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

R = 49.5%
G = 10.56%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#962079 (or 0x962079) is known color: Dark Purple. HEX triplet: 96, 20 and 79. RGB value is (150,32,121). Sum of RGB (Red+Green+Blue) = 150+32+121=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #962079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962079 is #69DF86. Grayscale: #4D4D4D. Windows color (decimal): -6938503 or 7938198. OLE color: 7938198.

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

Color convert

RGB 150 32 121 -
CMYK 0 0.79 0.19 0.41
HSL 314.75º 0.65% 0.36% -
HSV(B) 314.75º 0.79% 0.59% -
XYZ 16.55 8.9 18.93 -
YUV 77.43 152.59 179.76 -
System Red Green Blue C M Y K H S L
Decimal 150 32 121 0 0.79 0.19 0.41 314.75 0.65 0.36
Hex 96 20 79 0 4F 13 29 13B 41 24
Octal 226 40 171 0 117 23 51 473 101 44
Binary 10010110 100000 1111001 0 1001111 10011 101001 100111011 1000001 100100

Color Harmonies of #962079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962079

Black with #962079

Text Example


Text Example

White with #962079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962079; }

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

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

background-color css

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

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

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

border-color css

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

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

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