Html Css Color HEX #953372 Dark Purple

📋 copy color: '#953372'

red 149 ◦ green 51 ◦ blue 114

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

Shades of Dark Purple #953372

Tints of Dark Purple #953372

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

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

R = 47.45%
G = 16.24%
B = 36.31%

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

#953372 (or 0x953372) is known color: Dark Purple. HEX triplet: 95, 33 and 72. RGB value is (149,51,114). Sum of RGB (Red+Green+Blue) = 149+51+114=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #953372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953372 is #6ACC8D. Grayscale: #575757. Windows color (decimal): -6999182 or 7484309. OLE color: 7484309.

HSL color Cylindrical-coordinate representation of color #953372: hue angle of 321.43º degrees, saturation: 0.49, 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 #953372 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 114 -
CMYK 0 0.66 0.23 0.42
HSL 321.43º 0.49% 0.39% -
HSV(B) 321.43º 0.66% 0.58% -
XYZ 16.62 9.97 16.97 -
YUV 87.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 149 51 114 0 0.66 0.23 0.42 321.43 0.49 0.39
Hex 95 33 72 0 42 17 2A 141 31 27
Octal 225 63 162 0 102 27 52 501 61 47
Binary 10010101 110011 1110010 0 1000010 10111 101010 101000001 110001 100111

Color Harmonies of #953372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953372

Black with #953372

Text Example


Text Example

White with #953372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953372; }

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

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

background-color css

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

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

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

border-color css

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

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

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