Html Css Color HEX #961775 Dark Purple

📋 copy color: '#961775'

red 150 ◦ green 23 ◦ blue 117

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

Shades of Dark Purple #961775

Tints of Dark Purple #961775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 51.72%
G = 7.93%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#961775 (or 0x961775) is known color: Dark Purple. HEX triplet: 96, 17 and 75. RGB value is (150,23,117). Sum of RGB (Red+Green+Blue) = 150+23+117=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #961775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961775 is #69E88A. Grayscale: #474747. Windows color (decimal): -6940811 or 7673750. OLE color: 7673750.

HSL color Cylindrical-coordinate representation of color #961775: hue angle of 315.59º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961775 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 117 -
CMYK 0 0.85 0.22 0.41
HSL 315.59º 0.73% 0.34% -
HSV(B) 315.59º 0.85% 0.59% -
XYZ 16.09 8.38 17.6 -
YUV 71.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 150 23 117 0 0.85 0.22 0.41 315.59 0.73 0.34
Hex 96 17 75 0 55 16 29 13C 49 22
Octal 226 27 165 0 125 26 51 474 111 42
Binary 10010110 10111 1110101 0 1010101 10110 101001 100111100 1001001 100010

Color Harmonies of #961775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961775

Black with #961775

Text Example


Text Example

White with #961775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961775; }

 p { color: rgb(150,23,117); }

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

background-color css

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

 a { background-color: rgb(150,23,117); }

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

border-color css

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

 span { border-color: rgb(150,23,117); }

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