Html Css Color HEX #957CDF Medium Purple

📋 copy color: '#957CDF'

red 149 ◦ green 124 ◦ blue 223

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

Shades of Medium Purple #957CDF

Tints of Medium Purple #957CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 30.04%
G = 25%
B = 44.96%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#957CDF (or 0x957CDF) is known color: Medium Purple. HEX triplet: 95, 7C and DF. RGB value is (149,124,223). Sum of RGB (Red+Green+Blue) = 149+124+223=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #957CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CDF is #6A8320. Grayscale: #8E8E8E. Windows color (decimal): -6980385 or 14646421. OLE color: 14646421.

HSL color Cylindrical-coordinate representation of color #957CDF: hue angle of 255.15º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #957CDF is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 124 223 -
CMYK 0.33 0.44 0 0.13
HSL 255.15º 0.61% 0.68% -
HSV(B) 255.15º 0.44% 0.87% -
XYZ 32.92 26.13 73.12 -
YUV 142.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 149 124 223 0.33 0.44 0 0.13 255.15 0.61 0.68
Hex 95 7C DF 21 2C 0 D FF 3D 44
Octal 225 174 337 41 54 0 15 377 75 104
Binary 10010101 1111100 11011111 100001 101100 0 1101 11111111 111101 1000100

Color Harmonies of #957CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CDF

Black with #957CDF

Text Example


Text Example

White with #957CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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