#956BED

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

Shades of Medium Purple #956BED

Tints of Medium Purple #956BED

Color information

#956BED (or 0x956BED) is unknown color: approx Medium Purple. HEX triplet: 95, 6B and ED. RGB value is (149,107,237). Sum of RGB (Red+Green+Blue) = 149+107+237=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #956BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956BED is #6A9412. Grayscale: #858585. Windows color (decimal): -6984723 or 15559573. OLE color: 15559573.

HSL color Cylindrical-coordinate representation of color #956BED: hue angle of 259.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #956BED is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149107237-
CMYK0.370.5500.07
HSL259.38º78.31%67.45%-
HSV(B)259.38º54.85%92.94%-
XYZ32.9423.0282.83-
YUV134.38185.91138.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 107 (42.19% from 255) = 21.70%
BLUE value IS 237 (92.97% from 255) = 48.07%
R=30.22%
G=21.70%
B=48.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491072370.370.5500.07259.3878.3167.45
Hex956BED2537071034e43
Octal225153355456707403116103
Binary10010101110101111101101100101110111011110000001110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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