Html Css Color HEX #953A7F Dark Purple

📋 copy color: '#953A7F'

red 149 ◦ green 58 ◦ blue 127

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

Shades of Dark Purple #953A7F

Tints of Dark Purple #953A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.02%

R = 44.61%
G = 17.37%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#953A7F (or 0x953A7F) is known color: Dark Purple. HEX triplet: 95, 3A and 7F. RGB value is (149,58,127). Sum of RGB (Red+Green+Blue) = 149+58+127=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #953A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A7F is #6AC580. Grayscale: #5C5C5C. Windows color (decimal): -6997377 or 8338069. OLE color: 8338069.

HSL color Cylindrical-coordinate representation of color #953A7F: hue angle of 314.51º 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 #953A7F is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 127 -
CMYK 0 0.61 0.15 0.42
HSL 314.51º 0.44% 0.41% -
HSV(B) 314.51º 0.61% 0.58% -
XYZ 17.74 10.95 21.26 -
YUV 93.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 149 58 127 0 0.61 0.15 0.42 314.51 0.44 0.41
Hex 95 3A 7F 0 3D F 2A 13B 2C 29
Octal 225 72 177 0 75 17 52 473 54 51
Binary 10010101 111010 1111111 0 111101 1111 101010 100111011 101100 101001

Color Harmonies of #953A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A7F

Black with #953A7F

Text Example


Text Example

White with #953A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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