Html Css Color HEX #957DDF Medium Purple

📋 copy color: '#957DDF'

red 149 ◦ green 125 ◦ blue 223

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

Shades of Medium Purple #957DDF

Tints of Medium Purple #957DDF

RGB

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

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

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

R = 29.98%
G = 25.15%
B = 44.87%

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

#957DDF (or 0x957DDF) is known color: Medium Purple. HEX triplet: 95, 7D and DF. RGB value is (149,125,223). Sum of RGB (Red+Green+Blue) = 149+125+223=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #957DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DDF is #6A8220. Grayscale: #8E8E8E. Windows color (decimal): -6980129 or 14646677. OLE color: 14646677.

HSL color Cylindrical-coordinate representation of color #957DDF: hue angle of 254.69º degrees, saturation: 0.6, 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 #957DDF is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 125 223 -
CMYK 0.33 0.44 0 0.13
HSL 254.69º 0.6% 0.68% -
HSV(B) 254.69º 0.44% 0.87% -
XYZ 33.05 26.38 73.16 -
YUV 143.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 149 125 223 0.33 0.44 0 0.13 254.69 0.6 0.68
Hex 95 7D DF 21 2C 0 D FF 3C 44
Octal 225 175 337 41 54 0 15 377 74 104
Binary 10010101 1111101 11011111 100001 101100 0 1101 11111111 111100 1000100

Color Harmonies of #957DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957DDF

Black with #957DDF

Text Example


Text Example

White with #957DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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