Html Css Color HEX #953373 Dark Purple

📋 copy color: '#953373'

red 149 ◦ green 51 ◦ blue 115

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

Shades of Dark Purple #953373

Tints of Dark Purple #953373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 47.3%
G = 16.19%
B = 36.51%

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

#953373 (or 0x953373) is known color: Dark Purple. HEX triplet: 95, 33 and 73. RGB value is (149,51,115). Sum of RGB (Red+Green+Blue) = 149+51+115=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #953373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953373 is #6ACC8C. Grayscale: #575757. Windows color (decimal): -6999181 or 7549845. OLE color: 7549845.

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

Color convert

RGB 149 51 115 -
CMYK 0 0.66 0.23 0.42
HSL 320.82º 0.49% 0.39% -
HSV(B) 320.82º 0.66% 0.58% -
XYZ 16.67 10 17.27 -
YUV 87.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 149 51 115 0 0.66 0.23 0.42 320.82 0.49 0.39
Hex 95 33 73 0 42 17 2A 141 31 27
Octal 225 63 163 0 102 27 52 501 61 47
Binary 10010101 110011 1110011 0 1000010 10111 101010 101000001 110001 100111

Color Harmonies of #953373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953373

Black with #953373

Text Example


Text Example

White with #953373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953373; }

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

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

background-color css

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

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

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

border-color css

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

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

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