Html Css Color HEX #957CEC Medium Purple

📋 copy color: '#957CEC'

red 149 ◦ green 124 ◦ blue 236

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

Shades of Medium Purple #957CEC

Tints of Medium Purple #957CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 29.27%
G = 24.36%
B = 46.37%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#957CEC (or 0x957CEC) is known color: Medium Purple. HEX triplet: 95, 7C and EC. RGB value is (149,124,236). Sum of RGB (Red+Green+Blue) = 149+124+236=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #957CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957CEC is #6A8313. Grayscale: #8F8F8F. Windows color (decimal): -6980372 or 15498389. OLE color: 15498389.

HSL color Cylindrical-coordinate representation of color #957CEC: hue angle of 253.39º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #957CEC is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 124 236 -
CMYK 0.37 0.47 0 0.07
HSL 253.39º 0.75% 0.71% -
HSV(B) 253.39º 0.47% 0.93% -
XYZ 34.74 26.86 82.71 -
YUV 144.24 179.78 131.39 -
System Red Green Blue C M Y K H S L
Decimal 149 124 236 0.37 0.47 0 0.07 253.39 0.75 0.71
Hex 95 7C EC 25 2F 0 7 FD 4B 47
Octal 225 174 354 45 57 0 7 375 113 107
Binary 10010101 1111100 11101100 100101 101111 0 111 11111101 1001011 1000111

Color Harmonies of #957CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CEC

Black with #957CEC

Text Example


Text Example

White with #957CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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