Html Css Color HEX #957FDE Medium Purple

📋 copy color: '#957FDE'

red 149 ◦ green 127 ◦ blue 222

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

Shades of Medium Purple #957FDE

Tints of Medium Purple #957FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 29.92%
G = 25.5%
B = 44.58%

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

#957FDE (or 0x957FDE) is known color: Medium Purple. HEX triplet: 95, 7F and DE. RGB value is (149,127,222). Sum of RGB (Red+Green+Blue) = 149+127+222=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #957FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FDE is #6A8021. Grayscale: #909090. Windows color (decimal): -6979618 or 14581653. OLE color: 14581653.

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

Color convert

RGB 149 127 222 -
CMYK 0.33 0.43 0 0.13
HSL 253.89º 0.59% 0.68% -
HSV(B) 253.89º 0.43% 0.87% -
XYZ 33.17 26.84 72.54 -
YUV 144.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 149 127 222 0.33 0.43 0 0.13 253.89 0.59 0.68
Hex 95 7F DE 21 2B 0 D FE 3B 44
Octal 225 177 336 41 53 0 15 376 73 104
Binary 10010101 1111111 11011110 100001 101011 0 1101 11111110 111011 1000100

Color Harmonies of #957FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FDE

Black with #957FDE

Text Example


Text Example

White with #957FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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