Html Css Color HEX #957CD3 Medium Purple

📋 copy color: '#957CD3'

red 149 ◦ green 124 ◦ blue 211

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

Shades of Medium Purple #957CD3

Tints of Medium Purple #957CD3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.62%

 BLUE value IS 211 (82.81% from 255) = 43.6%

R = 30.79%
G = 25.62%
B = 43.6%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#957CD3 (or 0x957CD3) is known color: Medium Purple. HEX triplet: 95, 7C and D3. RGB value is (149,124,211). Sum of RGB (Red+Green+Blue) = 149+124+211=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #957CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CD3 is #6A832C. Grayscale: #8D8D8D. Windows color (decimal): -6980397 or 13859989. OLE color: 13859989.

HSL color Cylindrical-coordinate representation of color #957CD3: hue angle of 257.24º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #957CD3 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 124 211 -
CMYK 0.29 0.41 0 0.17
HSL 257.24º 0.5% 0.66% -
HSV(B) 257.24º 0.41% 0.83% -
XYZ 31.36 25.51 64.9 -
YUV 141.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 149 124 211 0.29 0.41 0 0.17 257.24 0.5 0.66
Hex 95 7C D3 1D 29 0 11 101 32 42
Octal 225 174 323 35 51 0 21 401 62 102
Binary 10010101 1111100 11010011 11101 101001 0 10001 100000001 110010 1000010

Color Harmonies of #957CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CD3

Black with #957CD3

Text Example


Text Example

White with #957CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,124,211); }

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

background-color css

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

 a { background-color: rgb(149,124,211); }

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

border-color css

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

 span { border-color: rgb(149,124,211); }

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