Html Css Color HEX #953772 Dark Purple

📋 copy color: '#953772'

red 149 ◦ green 55 ◦ blue 114

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

Shades of Dark Purple #953772

Tints of Dark Purple #953772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.3%

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 46.86%
G = 17.3%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#953772 (or 0x953772) is known color: Dark Purple. HEX triplet: 95, 37 and 72. RGB value is (149,55,114). Sum of RGB (Red+Green+Blue) = 149+55+114=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #953772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953772 is #6AC88D. Grayscale: #595959. Windows color (decimal): -6998158 or 7485333. OLE color: 7485333.

HSL color Cylindrical-coordinate representation of color #953772: hue angle of 322.34º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953772 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 114 -
CMYK 0 0.63 0.23 0.42
HSL 322.34º 0.46% 0.4% -
HSV(B) 322.34º 0.63% 0.58% -
XYZ 16.8 10.34 17.03 -
YUV 89.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 149 55 114 0 0.63 0.23 0.42 322.34 0.46 0.4
Hex 95 37 72 0 3F 17 2A 142 2E 28
Octal 225 67 162 0 77 27 52 502 56 50
Binary 10010101 110111 1110010 0 111111 10111 101010 101000010 101110 101000

Color Harmonies of #953772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953772

Black with #953772

Text Example


Text Example

White with #953772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953772; }

 p { color: rgb(149,55,114); }

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

background-color css

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

 a { background-color: rgb(149,55,114); }

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

border-color css

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

 span { border-color: rgb(149,55,114); }

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