#956EF3

Color #956EF3 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #956EF3

Tints of Medium Purple #956EF3

Color information

#956EF3 (or 0x956EF3) is unknown color: approx Medium Purple. HEX triplet: 95, 6E and F3. RGB value is (149,110,243). Sum of RGB (Red+Green+Blue) = 149+110+243=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #956EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956EF3 is #6A910C. Grayscale: #888888. Windows color (decimal): -6983949 or 15953557. OLE color: 15953557.

HSL color Cylindrical-coordinate representation of color #956EF3: hue angle of 257.59º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #956EF3 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB149110243-
CMYK0.390.5500.05
HSL257.59º84.71%69.22%-
HSV(B)257.59º54.73%95.29%-
XYZ34.1524.0187.63-
YUV136.82187.92136.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 110 (43.36% from 255) = 21.91%
BLUE value IS 243 (95.31% from 255) = 48.41%
R=29.68%
G=21.91%
B=48.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1491102430.390.5500.05257.5984.7169.22
Hex956EF32737051025545
Octal225156363476705402125105
Binary10010101110111011110011100111110111010110000001010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #956EF3;
 }
 .AnyTagClassName
 {
   color: #956EF3;
 }
</style>
background-color css

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

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

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

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

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

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