Html Css Color HEX #953177 Dark Purple

📋 copy color: '#953177'

red 149 ◦ green 49 ◦ blue 119

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

Shades of Dark Purple #953177

Tints of Dark Purple #953177

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

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

R = 47%
G = 15.46%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#953177 (or 0x953177) is known color: Dark Purple. HEX triplet: 95, 31 and 77. RGB value is (149,49,119). Sum of RGB (Red+Green+Blue) = 149+49+119=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #953177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953177 is #6ACE88. Grayscale: #565656. Windows color (decimal): -6999689 or 7811477. OLE color: 7811477.

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

Color convert

RGB 149 49 119 -
CMYK 0 0.67 0.20 0.42
HSL 318º 0.51% 0.39% -
HSV(B) 318º 0.67% 0.58% -
XYZ 16.82 9.92 18.48 -
YUV 86.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 149 49 119 0 0.67 0.20 0.42 318 0.51 0.39
Hex 95 31 77 0 43 14 2A 13E 33 27
Octal 225 61 167 0 103 24 52 476 63 47
Binary 10010101 110001 1110111 0 1000011 10100 101010 100111110 110011 100111

Color Harmonies of #953177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953177

Black with #953177

Text Example


Text Example

White with #953177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953177; }

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

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

background-color css

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

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

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

border-color css

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

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

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