Html Css Color HEX #962176 Dark Purple

📋 copy color: '#962176'

red 150 ◦ green 33 ◦ blue 118

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

Shades of Dark Purple #962176

Tints of Dark Purple #962176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.96%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 49.83%
G = 10.96%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#962176 (or 0x962176) is known color: Dark Purple. HEX triplet: 96, 21 and 76. RGB value is (150,33,118). Sum of RGB (Red+Green+Blue) = 150+33+118=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #962176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962176 is #69DE89. Grayscale: #4D4D4D. Windows color (decimal): -6938250 or 7741846. OLE color: 7741846.

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

Color convert

RGB 150 33 118 -
CMYK 0 0.78 0.21 0.41
HSL 316.41º 0.64% 0.36% -
HSV(B) 316.41º 0.78% 0.59% -
XYZ 16.39 8.88 17.99 -
YUV 77.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 150 33 118 0 0.78 0.21 0.41 316.41 0.64 0.36
Hex 96 21 76 0 4E 15 29 13C 40 24
Octal 226 41 166 0 116 25 51 474 100 44
Binary 10010110 100001 1110110 0 1001110 10101 101001 100111100 1000000 100100

Color Harmonies of #962176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962176

Black with #962176

Text Example


Text Example

White with #962176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962176; }

 p { color: rgb(150,33,118); }

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

background-color css

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

 a { background-color: rgb(150,33,118); }

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

border-color css

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

 span { border-color: rgb(150,33,118); }

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