#916CD1

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

Shades of Medium Purple #916CD1

Tints of Medium Purple #916CD1

Color information

#916CD1 (or 0x916CD1) is unknown color: approx Medium Purple. HEX triplet: 91, 6C and D1. RGB value is (145,108,209). Sum of RGB (Red+Green+Blue) = 145+108+209=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #916CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CD1 is #6E932E. Grayscale: #828282. Windows color (decimal): -7246639 or 13724817. OLE color: 13724817.

HSL color Cylindrical-coordinate representation of color #916CD1: hue angle of 261.98º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #916CD1 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145108209-
CMYK0.310.4800.18
HSL261.98º52.33%62.16%-
HSV(B)261.98º48.33%81.96%-
XYZ28.5521.3562.94-
YUV130.58172.26138.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.39%
GREEN value IS 108 (42.58% from 255) = 23.38%
BLUE value IS 209 (82.03% from 255) = 45.24%
R=31.39%
G=23.38%
B=45.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451082090.310.4800.18261.9852.3362.16
Hex916CD11F30012106343e
Octal22115432137600224066476
Binary1001000111011001101000111111110000010010100000110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916CD1; }

 p { color: rgb(145,108,209); }

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

<style>
 a { background-color: #916CD1; }

 a { background-color: rgb(145,108,209); }

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

<style>
 span { border-color: #916CD1; }

 span { border-color: rgb(145,108,209); }

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