#917BEC

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

Shades of Medium Purple #917BEC

Tints of Medium Purple #917BEC

Color information

#917BEC (or 0x917BEC) is unknown color: approx Medium Purple. HEX triplet: 91, 7B and EC. RGB value is (145,123,236). Sum of RGB (Red+Green+Blue) = 145+123+236=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #917BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917BEC is #6E8413. Grayscale: #8E8E8E. Windows color (decimal): -7242772 or 15498129. OLE color: 15498129.

HSL color Cylindrical-coordinate representation of color #917BEC: hue angle of 251.68º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #917BEC is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145123236-
CMYK0.390.4800.07
HSL251.68º74.83%70.39%-
HSV(B)251.68º47.88%92.55%-
XYZ33.926.2482.64-
YUV142.46180.79129.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.77%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 236 (92.58% from 255) = 46.83%
R=28.77%
G=24.40%
B=46.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451232360.390.4800.07251.6874.8370.39
Hex917BEC273007fc4b46
Octal221173354476007374113106
Binary1001000111110111110110010011111000001111111110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917BEC; }

 p { color: rgb(145,123,236); }

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

<style>
 a { background-color: #917BEC; }

 a { background-color: rgb(145,123,236); }

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

<style>
 span { border-color: #917BEC; }

 span { border-color: rgb(145,123,236); }

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