Html Css Color HEX #957DDC Medium Purple

📋 copy color: '#957DDC'

red 149 ◦ green 125 ◦ blue 220

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

Shades of Medium Purple #957DDC

Tints of Medium Purple #957DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.3%

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 30.16%
G = 25.3%
B = 44.53%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#957DDC (or 0x957DDC) is known color: Medium Purple. HEX triplet: 95, 7D and DC. RGB value is (149,125,220). Sum of RGB (Red+Green+Blue) = 149+125+220=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #957DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DDC is #6A8223. Grayscale: #8E8E8E. Windows color (decimal): -6980132 or 14450069. OLE color: 14450069.

HSL color Cylindrical-coordinate representation of color #957DDC: hue angle of 255.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #957DDC is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 125 220 -
CMYK 0.32 0.43 0 0.14
HSL 255.16º 0.58% 0.68% -
HSV(B) 255.16º 0.43% 0.86% -
XYZ 32.65 26.22 71.05 -
YUV 143.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 149 125 220 0.32 0.43 0 0.14 255.16 0.58 0.68
Hex 95 7D DC 20 2B 0 E FF 3A 44
Octal 225 175 334 40 53 0 16 377 72 104
Binary 10010101 1111101 11011100 100000 101011 0 1110 11111111 111010 1000100

Color Harmonies of #957DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957DDC

Black with #957DDC

Text Example


Text Example

White with #957DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957DDC; }

 p { color: rgb(149,125,220); }

 H1.HeaderClassName
 {
   color: #957DDC;
 }
 .AnyTagClassName
 {
   color: #957DDC;
 }
</style>

background-color css

<style>
 a { background-color: #957DDC; }

 a { background-color: rgb(149,125,220); }

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

border-color css

<style>
 span { border-color: #957DDC; }

 span { border-color: rgb(149,125,220); }

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