Html Css Color HEX #956EDD Medium Purple

📋 copy color: '#956EDD'

red 149 ◦ green 110 ◦ blue 221

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

Shades of Medium Purple #956EDD

Tints of Medium Purple #956EDD

RGB

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

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

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

R = 31.04%
G = 22.92%
B = 46.04%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#956EDD (or 0x956EDD) is known color: Medium Purple. HEX triplet: 95, 6E and DD. RGB value is (149,110,221). Sum of RGB (Red+Green+Blue) = 149+110+221=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #956EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956EDD is #6A9122. Grayscale: #858585. Windows color (decimal): -6983971 or 14511765. OLE color: 14511765.

HSL color Cylindrical-coordinate representation of color #956EDD: hue angle of 261.08º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #956EDD is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 110 221 -
CMYK 0.33 0.50 0 0.13
HSL 261.08º 0.62% 0.65% -
HSV(B) 261.08º 0.5% 0.87% -
XYZ 31.02 22.76 71.17 -
YUV 134.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 149 110 221 0.33 0.50 0 0.13 261.08 0.62 0.65
Hex 95 6E DD 21 32 0 D 105 3E 41
Octal 225 156 335 41 62 0 15 405 76 101
Binary 10010101 1101110 11011101 100001 110010 0 1101 100000101 111110 1000001

Color Harmonies of #956EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EDD

Black with #956EDD

Text Example


Text Example

White with #956EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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