Html Css Color HEX #953C7F Dark Purple

📋 copy color: '#953C7F'

red 149 ◦ green 60 ◦ blue 127

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

Shades of Dark Purple #953C7F

Tints of Dark Purple #953C7F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

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

R = 44.35%
G = 17.86%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#953C7F (or 0x953C7F) is known color: Dark Purple. HEX triplet: 95, 3C and 7F. RGB value is (149,60,127). Sum of RGB (Red+Green+Blue) = 149+60+127=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #953C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C7F is #6AC380. Grayscale: #5E5E5E. Windows color (decimal): -6996865 or 8338581. OLE color: 8338581.

HSL color Cylindrical-coordinate representation of color #953C7F: hue angle of 314.83º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953C7F is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 127 -
CMYK 0 0.60 0.15 0.42
HSL 314.83º 0.43% 0.41% -
HSV(B) 314.83º 0.6% 0.58% -
XYZ 17.84 11.15 21.29 -
YUV 94.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 149 60 127 0 0.60 0.15 0.42 314.83 0.43 0.41
Hex 95 3C 7F 0 3C F 2A 13B 2B 29
Octal 225 74 177 0 74 17 52 473 53 51
Binary 10010101 111100 1111111 0 111100 1111 101010 100111011 101011 101001

Color Harmonies of #953C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C7F

Black with #953C7F

Text Example


Text Example

White with #953C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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