#956BE6

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

Shades of Medium Purple #956BE6

Tints of Medium Purple #956BE6

Color information

#956BE6 (or 0x956BE6) is unknown color: approx Medium Purple. HEX triplet: 95, 6B and E6. RGB value is (149,107,230). Sum of RGB (Red+Green+Blue) = 149+107+230=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #956BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956BE6 is #6A9419. Grayscale: #858585. Windows color (decimal): -6984730 or 15100821. OLE color: 15100821.

HSL color Cylindrical-coordinate representation of color #956BE6: hue angle of 260.49º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #956BE6 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB149107230-
CMYK0.350.5300.10
HSL260.49º71.1%66.08%-
HSV(B)260.49º53.48%90.2%-
XYZ31.9422.6277.55-
YUV133.58182.41139-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.66%
GREEN value IS 107 (42.19% from 255) = 22.02%
BLUE value IS 230 (90.23% from 255) = 47.33%
R=30.66%
G=22.02%
B=47.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1491072300.350.5300.10260.4971.166.08
Hex956BE623350A1044742
Octal2251533464365012404107102
Binary100101011101011111001101000111101010101010000010010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,107,230); }

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

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

 a { background-color: rgb(149,107,230); }

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

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

 span { border-color: rgb(149,107,230); }

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