Html Css Color HEX #953A75 Dark Purple

📋 copy color: '#953A75'

red 149 ◦ green 58 ◦ blue 117

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

Shades of Dark Purple #953A75

Tints of Dark Purple #953A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.9%

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

R = 45.99%
G = 17.9%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#953A75 (or 0x953A75) is known color: Dark Purple. HEX triplet: 95, 3A and 75. RGB value is (149,58,117). Sum of RGB (Red+Green+Blue) = 149+58+117=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #953A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A75 is #6AC58A. Grayscale: #5B5B5B. Windows color (decimal): -6997387 or 7682709. OLE color: 7682709.

HSL color Cylindrical-coordinate representation of color #953A75: hue angle of 321.1º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A75 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 117 -
CMYK 0 0.61 0.21 0.42
HSL 321.1º 0.44% 0.41% -
HSV(B) 321.1º 0.61% 0.58% -
XYZ 17.12 10.7 17.99 -
YUV 91.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 149 58 117 0 0.61 0.21 0.42 321.1 0.44 0.41
Hex 95 3A 75 0 3D 15 2A 141 2C 29
Octal 225 72 165 0 75 25 52 501 54 51
Binary 10010101 111010 1110101 0 111101 10101 101010 101000001 101100 101001

Color Harmonies of #953A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A75

Black with #953A75

Text Example


Text Example

White with #953A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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