Html Css Color HEX #953C81 Dark Purple

📋 copy color: '#953C81'

red 149 ◦ green 60 ◦ blue 129

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

Shades of Dark Purple #953C81

Tints of Dark Purple #953C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.17%

R = 44.08%
G = 17.75%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#953C81 (or 0x953C81) is known color: Dark Purple. HEX triplet: 95, 3C and 81. RGB value is (149,60,129). Sum of RGB (Red+Green+Blue) = 149+60+129=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #953C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953C81 is #6AC37E. Grayscale: #5E5E5E. Windows color (decimal): -6996863 or 8469653. OLE color: 8469653.

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

Color convert

RGB 149 60 129 -
CMYK 0 0.60 0.13 0.42
HSL 313.48º 0.43% 0.41% -
HSV(B) 313.48º 0.6% 0.58% -
XYZ 17.97 11.21 21.98 -
YUV 94.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 149 60 129 0 0.60 0.13 0.42 313.48 0.43 0.41
Hex 95 3C 81 0 3C D 2A 139 2B 29
Octal 225 74 201 0 74 15 52 471 53 51
Binary 10010101 111100 10000001 0 111100 1101 101010 100111001 101011 101001

Color Harmonies of #953C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C81

Black with #953C81

Text Example


Text Example

White with #953C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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