Html Css Color HEX #953272 Dark Purple

📋 copy color: '#953272'

red 149 ◦ green 50 ◦ blue 114

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

Shades of Dark Purple #953272

Tints of Dark Purple #953272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

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

R = 47.6%
G = 15.97%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#953272 (or 0x953272) is known color: Dark Purple. HEX triplet: 95, 32 and 72. RGB value is (149,50,114). Sum of RGB (Red+Green+Blue) = 149+50+114=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #953272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953272 is #6ACD8D. Grayscale: #565656. Windows color (decimal): -6999438 or 7484053. OLE color: 7484053.

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

Color convert

RGB 149 50 114 -
CMYK 0 0.66 0.23 0.42
HSL 321.21º 0.5% 0.39% -
HSV(B) 321.21º 0.66% 0.58% -
XYZ 16.57 9.89 16.95 -
YUV 86.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 149 50 114 0 0.66 0.23 0.42 321.21 0.5 0.39
Hex 95 32 72 0 42 17 2A 141 32 27
Octal 225 62 162 0 102 27 52 501 62 47
Binary 10010101 110010 1110010 0 1000010 10111 101010 101000001 110010 100111

Color Harmonies of #953272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953272

Black with #953272

Text Example


Text Example

White with #953272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953272; }

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

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

background-color css

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

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

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

border-color css

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

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

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