Html Css Color HEX #952177 Dark Purple

📋 copy color: '#952177'

red 149 ◦ green 33 ◦ blue 119

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

Shades of Dark Purple #952177

Tints of Dark Purple #952177

RGB

 RED value IS 149 (58.59% from 255) = 49.5%

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

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

R = 49.5%
G = 10.96%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#952177 (or 0x952177) is known color: Dark Purple. HEX triplet: 95, 21 and 77. RGB value is (149,33,119). Sum of RGB (Red+Green+Blue) = 149+33+119=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #952177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952177 is #6ADE88. Grayscale: #4D4D4D. Windows color (decimal): -7003785 or 7807381. OLE color: 7807381.

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

Color convert

RGB 149 33 119 -
CMYK 0 0.78 0.20 0.42
HSL 315.52º 0.64% 0.36% -
HSV(B) 315.52º 0.78% 0.58% -
XYZ 16.27 8.81 18.3 -
YUV 77.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 149 33 119 0 0.78 0.20 0.42 315.52 0.64 0.36
Hex 95 21 77 0 4E 14 2A 13C 40 24
Octal 225 41 167 0 116 24 52 474 100 44
Binary 10010101 100001 1110111 0 1001110 10100 101010 100111100 1000000 100100

Color Harmonies of #952177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952177

Black with #952177

Text Example


Text Example

White with #952177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952177; }

 p { color: rgb(149,33,119); }

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

background-color css

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

 a { background-color: rgb(149,33,119); }

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

border-color css

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

 span { border-color: rgb(149,33,119); }

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