Html Css Color HEX #961175 Dark Purple

📋 copy color: '#961175'

red 150 ◦ green 17 ◦ blue 117

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

Shades of Dark Purple #961175

Tints of Dark Purple #961175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

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

R = 52.82%
G = 5.99%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#961175 (or 0x961175) is known color: Dark Purple. HEX triplet: 96, 11 and 75. RGB value is (150,17,117). Sum of RGB (Red+Green+Blue) = 150+17+117=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #961175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961175 is #69EE8A. Grayscale: #434343. Windows color (decimal): -6942347 or 7672214. OLE color: 7672214.

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

Color convert

RGB 150 17 117 -
CMYK 0 0.89 0.22 0.41
HSL 314.89º 0.8% 0.33% -
HSV(B) 314.89º 0.89% 0.59% -
XYZ 15.99 8.17 17.56 -
YUV 68.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 150 17 117 0 0.89 0.22 0.41 314.89 0.8 0.33
Hex 96 11 75 0 59 16 29 13B 50 21
Octal 226 21 165 0 131 26 51 473 120 41
Binary 10010110 10001 1110101 0 1011001 10110 101001 100111011 1010000 100001

Color Harmonies of #961175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961175

Black with #961175

Text Example


Text Example

White with #961175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961175; }

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

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

background-color css

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

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

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

border-color css

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

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

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