Html Css Color HEX #956EDC Medium Purple

📋 copy color: '#956EDC'

red 149 ◦ green 110 ◦ blue 220

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

Shades of Medium Purple #956EDC

Tints of Medium Purple #956EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.96%

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

R = 31.11%
G = 22.96%
B = 45.93%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#956EDC (or 0x956EDC) is known color: Medium Purple. HEX triplet: 95, 6E and DC. RGB value is (149,110,220). Sum of RGB (Red+Green+Blue) = 149+110+220=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #956EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956EDC is #6A9123. Grayscale: #858585. Windows color (decimal): -6983972 or 14446229. OLE color: 14446229.

HSL color Cylindrical-coordinate representation of color #956EDC: hue angle of 261.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #956EDC is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 110 220 -
CMYK 0.32 0.50 0 0.14
HSL 261.27º 0.61% 0.65% -
HSV(B) 261.27º 0.5% 0.86% -
XYZ 30.89 22.71 70.47 -
YUV 134.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 149 110 220 0.32 0.50 0 0.14 261.27 0.61 0.65
Hex 95 6E DC 20 32 0 E 105 3D 41
Octal 225 156 334 40 62 0 16 405 75 101
Binary 10010101 1101110 11011100 100000 110010 0 1110 100000101 111101 1000001

Color Harmonies of #956EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EDC

Black with #956EDC

Text Example


Text Example

White with #956EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956EDC; }

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

 H1.HeaderClassName
 {
   color: #956EDC;
 }
 .AnyTagClassName
 {
   color: #956EDC;
 }
</style>

background-color css

<style>
 a { background-color: #956EDC; }

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

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

border-color css

<style>
 span { border-color: #956EDC; }

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

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