Html Css Color HEX #953C85 Dark Purple

📋 copy color: '#953C85'

red 149 ◦ green 60 ◦ blue 133

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

Shades of Dark Purple #953C85

Tints of Dark Purple #953C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 43.57%
G = 17.54%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#953C85 (or 0x953C85) is known color: Dark Purple. HEX triplet: 95, 3C and 85. RGB value is (149,60,133). Sum of RGB (Red+Green+Blue) = 149+60+133=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #953C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953C85 is #6AC37A. Grayscale: #5E5E5E. Windows color (decimal): -6996859 or 8731797. OLE color: 8731797.

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

Color convert

RGB 149 60 133 -
CMYK 0 0.60 0.11 0.42
HSL 310.79º 0.43% 0.41% -
HSV(B) 310.79º 0.6% 0.58% -
XYZ 18.24 11.31 23.41 -
YUV 94.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 149 60 133 0 0.60 0.11 0.42 310.79 0.43 0.41
Hex 95 3C 85 0 3C B 2A 137 2B 29
Octal 225 74 205 0 74 13 52 467 53 51
Binary 10010101 111100 10000101 0 111100 1011 101010 100110111 101011 101001

Color Harmonies of #953C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C85

Black with #953C85

Text Example


Text Example

White with #953C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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