#955BE7

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

Shades of Medium Purple #955BE7

Tints of Medium Purple #955BE7

Color information

#955BE7 (or 0x955BE7) is unknown color: approx Medium Purple. HEX triplet: 95, 5B and E7. RGB value is (149,91,231). Sum of RGB (Red+Green+Blue) = 149+91+231=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #955BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955BE7 is #6AA418. Grayscale: #7B7B7B. Windows color (decimal): -6988825 or 15162261. OLE color: 15162261.

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

Color convert

RGB14991231-
CMYK0.350.6100.09
HSL264.86º74.47%63.14%-
HSV(B)264.86º60.61%90.59%-
XYZ30.5619.6477.78-
YUV124.3188.22145.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.63%
GREEN value IS 91 (35.94% from 255) = 19.32%
BLUE value IS 231 (90.62% from 255) = 49.04%
R=31.63%
G=19.32%
B=49.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal149912310.350.6100.09264.8674.4763.14
Hex955BE7233D091094a3f
Octal225133347437501141111277
Binary10010101101101111100111100011111101010011000010011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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