Html Css Color HEX #953C83 Dark Purple

📋 copy color: '#953C83'

red 149 ◦ green 60 ◦ blue 131

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

Shades of Dark Purple #953C83

Tints of Dark Purple #953C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.53%

R = 43.82%
G = 17.65%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#953C83 (or 0x953C83) is known color: Dark Purple. HEX triplet: 95, 3C and 83. RGB value is (149,60,131). Sum of RGB (Red+Green+Blue) = 149+60+131=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #953C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953C83 is #6AC37C. Grayscale: #5E5E5E. Windows color (decimal): -6996861 or 8600725. OLE color: 8600725.

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

Color convert

RGB 149 60 131 -
CMYK 0 0.60 0.12 0.42
HSL 312.13º 0.43% 0.41% -
HSV(B) 312.13º 0.6% 0.58% -
XYZ 18.11 11.26 22.69 -
YUV 94.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 149 60 131 0 0.60 0.12 0.42 312.13 0.43 0.41
Hex 95 3C 83 0 3C C 2A 138 2B 29
Octal 225 74 203 0 74 14 52 470 53 51
Binary 10010101 111100 10000011 0 111100 1100 101010 100111000 101011 101001

Color Harmonies of #953C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C83

Black with #953C83

Text Example


Text Example

White with #953C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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