#917BE0

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

Shades of Medium Purple #917BE0

Tints of Medium Purple #917BE0

Color information

#917BE0 (or 0x917BE0) is unknown color: approx Medium Purple. HEX triplet: 91, 7B and E0. RGB value is (145,123,224). Sum of RGB (Red+Green+Blue) = 145+123+224=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #917BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BE0 is #6E841F. Grayscale: #8C8C8C. Windows color (decimal): -7242784 or 14711697. OLE color: 14711697.

HSL color Cylindrical-coordinate representation of color #917BE0: hue angle of 253.07º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #917BE0 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB145123224-
CMYK0.350.4500.12
HSL253.07º61.96%68.04%-
HSV(B)253.07º45.09%87.84%-
XYZ32.2125.5773.76-
YUV141.09174.79130.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.47%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 224 (87.89% from 255) = 45.53%
R=29.47%
G=25%
B=45.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1451232240.350.4500.12253.0761.9668.04
Hex917BE0232D0Cfd3e44
Octal221173340435501437576104
Binary1001000111110111110000010001110110101100111111011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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