#956AE8

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

Shades of Medium Purple #956AE8

Tints of Medium Purple #956AE8

Color information

#956AE8 (or 0x956AE8) is unknown color: approx Medium Purple. HEX triplet: 95, 6A and E8. RGB value is (149,106,232). Sum of RGB (Red+Green+Blue) = 149+106+232=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #956AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956AE8 is #6A9517. Grayscale: #848484. Windows color (decimal): -6984984 or 15231637. OLE color: 15231637.

HSL color Cylindrical-coordinate representation of color #956AE8: hue angle of 260.48º degrees, saturation: 0.73, 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 #956AE8 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB149106232-
CMYK0.360.5400.09
HSL260.48º73.26%66.27%-
HSV(B)260.48º54.31%90.98%-
XYZ32.1122.5279-
YUV133.22183.75139.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 232 (91.02% from 255) = 47.64%
R=30.60%
G=21.77%
B=47.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1491062320.360.5400.09260.4873.2666.27
Hex956AE82436091044942
Octal2251523504466011404111102
Binary100101011101010111010001001001101100100110000010010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,106,232); }

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

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

 a { background-color: rgb(149,106,232); }

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

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

 span { border-color: rgb(149,106,232); }

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