Html Css Color HEX #953475 Dark Purple

📋 copy color: '#953475'

red 149 ◦ green 52 ◦ blue 117

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

Shades of Dark Purple #953475

Tints of Dark Purple #953475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.35%

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 46.86%
G = 16.35%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#953475 (or 0x953475) is known color: Dark Purple. HEX triplet: 95, 34 and 75. RGB value is (149,52,117). Sum of RGB (Red+Green+Blue) = 149+52+117=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #953475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953475 is #6ACB8A. Grayscale: #585858. Windows color (decimal): -6998923 or 7681173. OLE color: 7681173.

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

Color convert

RGB 149 52 117 -
CMYK 0 0.65 0.21 0.42
HSL 319.79º 0.48% 0.39% -
HSV(B) 319.79º 0.65% 0.58% -
XYZ 16.83 10.13 17.9 -
YUV 88.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 149 52 117 0 0.65 0.21 0.42 319.79 0.48 0.39
Hex 95 34 75 0 41 15 2A 140 30 27
Octal 225 64 165 0 101 25 52 500 60 47
Binary 10010101 110100 1110101 0 1000001 10101 101010 101000000 110000 100111

Color Harmonies of #953475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953475

Black with #953475

Text Example


Text Example

White with #953475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953475; }

 p { color: rgb(149,52,117); }

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

background-color css

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

 a { background-color: rgb(149,52,117); }

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

border-color css

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

 span { border-color: rgb(149,52,117); }

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