Html Css Color HEX #957CDC Medium Purple

📋 copy color: '#957CDC'

red 149 ◦ green 124 ◦ blue 220

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

Shades of Medium Purple #957CDC

Tints of Medium Purple #957CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 30.22%
G = 25.15%
B = 44.62%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#957CDC (or 0x957CDC) is known color: Medium Purple. HEX triplet: 95, 7C and DC. RGB value is (149,124,220). Sum of RGB (Red+Green+Blue) = 149+124+220=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #957CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CDC is #6A8323. Grayscale: #8E8E8E. Windows color (decimal): -6980388 or 14449813. OLE color: 14449813.

HSL color Cylindrical-coordinate representation of color #957CDC: hue angle of 255.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #957CDC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 124 220 -
CMYK 0.32 0.44 0 0.14
HSL 255.63º 0.58% 0.67% -
HSV(B) 255.63º 0.44% 0.86% -
XYZ 32.52 25.97 71.01 -
YUV 142.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 149 124 220 0.32 0.44 0 0.14 255.63 0.58 0.67
Hex 95 7C DC 20 2C 0 E 100 3A 43
Octal 225 174 334 40 54 0 16 400 72 103
Binary 10010101 1111100 11011100 100000 101100 0 1110 100000000 111010 1000011

Color Harmonies of #957CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CDC

Black with #957CDC

Text Example


Text Example

White with #957CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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