Html Css Color HEX #956EDF Medium Purple

📋 copy color: '#956EDF'

red 149 ◦ green 110 ◦ blue 223

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

Shades of Medium Purple #956EDF

Tints of Medium Purple #956EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 30.91%
G = 22.82%
B = 46.27%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#956EDF (or 0x956EDF) is known color: Medium Purple. HEX triplet: 95, 6E and DF. RGB value is (149,110,223). Sum of RGB (Red+Green+Blue) = 149+110+223=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #956EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956EDF is #6A9120. Grayscale: #868686. Windows color (decimal): -6983969 or 14642837. OLE color: 14642837.

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

Color convert

RGB 149 110 223 -
CMYK 0.33 0.51 0 0.13
HSL 260.71º 0.64% 0.65% -
HSV(B) 260.71º 0.51% 0.87% -
XYZ 31.29 22.87 72.58 -
YUV 134.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 149 110 223 0.33 0.51 0 0.13 260.71 0.64 0.65
Hex 95 6E DF 21 33 0 D 105 40 41
Octal 225 156 337 41 63 0 15 405 100 101
Binary 10010101 1101110 11011111 100001 110011 0 1101 100000101 1000000 1000001

Color Harmonies of #956EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EDF

Black with #956EDF

Text Example


Text Example

White with #956EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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