#915CDE

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

Shades of Medium Purple #915CDE

Tints of Medium Purple #915CDE

Color information

#915CDE (or 0x915CDE) is unknown color: approx Medium Purple. HEX triplet: 91, 5C and DE. RGB value is (145,92,222). Sum of RGB (Red+Green+Blue) = 145+92+222=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #915CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915CDE is #6EA321. Grayscale: #7A7A7A. Windows color (decimal): -7250722 or 14572689. OLE color: 14572689.

HSL color Cylindrical-coordinate representation of color #915CDE: hue angle of 264.46º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #915CDE is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14592222-
CMYK0.350.5900.13
HSL264.46º66.33%61.57%-
HSV(B)264.46º58.56%87.06%-
XYZ28.6918.9571.25-
YUV122.67184.06143.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.59%
GREEN value IS 92 (36.33% from 255) = 20.04%
BLUE value IS 222 (87.11% from 255) = 48.37%
R=31.59%
G=20.04%
B=48.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal145922220.350.5900.13264.4666.3361.57
Hex915CDE233B0D108423e
Octal221134336437301541010276
Binary10010001101110011011110100011111011011011000010001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915CDE; }

 p { color: rgb(145,92,222); }

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

<style>
 a { background-color: #915CDE; }

 a { background-color: rgb(145,92,222); }

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

<style>
 span { border-color: #915CDE; }

 span { border-color: rgb(145,92,222); }

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