#956BE7

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

Shades of Medium Purple #956BE7

Tints of Medium Purple #956BE7

Color information

#956BE7 (or 0x956BE7) is unknown color: approx Medium Purple. HEX triplet: 95, 6B and E7. RGB value is (149,107,231). Sum of RGB (Red+Green+Blue) = 149+107+231=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #956BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956BE7 is #6A9418. Grayscale: #858585. Windows color (decimal): -6984729 or 15166357. OLE color: 15166357.

HSL color Cylindrical-coordinate representation of color #956BE7: hue angle of 260.32º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #956BE7 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB149107231-
CMYK0.350.5400.09
HSL260.32º72.09%66.27%-
HSV(B)260.32º53.68%90.59%-
XYZ32.0822.6778.29-
YUV133.69182.91138.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 107 (42.19% from 255) = 21.97%
BLUE value IS 231 (90.62% from 255) = 47.43%
R=30.60%
G=21.97%
B=47.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1491072310.350.5400.09260.3272.0966.27
Hex956BE72336091044842
Octal2251533474366011404110102
Binary100101011101011111001111000111101100100110000010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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