Html Css Color HEX #957FDD Medium Purple

📋 copy color: '#957FDD'

red 149 ◦ green 127 ◦ blue 221

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

Shades of Medium Purple #957FDD

Tints of Medium Purple #957FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 25.55%

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 29.98%
G = 25.55%
B = 44.47%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#957FDD (or 0x957FDD) is known color: Medium Purple. HEX triplet: 95, 7F and DD. RGB value is (149,127,221). Sum of RGB (Red+Green+Blue) = 149+127+221=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #957FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FDD is #6A8022. Grayscale: #8F8F8F. Windows color (decimal): -6979619 or 14516117. OLE color: 14516117.

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

Color convert

RGB 149 127 221 -
CMYK 0.33 0.43 0 0.13
HSL 254.04º 0.58% 0.68% -
HSV(B) 254.04º 0.43% 0.87% -
XYZ 33.03 26.79 71.84 -
YUV 144.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 149 127 221 0.33 0.43 0 0.13 254.04 0.58 0.68
Hex 95 7F DD 21 2B 0 D FE 3A 44
Octal 225 177 335 41 53 0 15 376 72 104
Binary 10010101 1111111 11011101 100001 101011 0 1101 11111110 111010 1000100

Color Harmonies of #957FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FDD

Black with #957FDD

Text Example


Text Example

White with #957FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,127,221); }

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

background-color css

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

 a { background-color: rgb(149,127,221); }

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

border-color css

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

 span { border-color: rgb(149,127,221); }

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