#916CDA

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

Shades of Medium Purple #916CDA

Tints of Medium Purple #916CDA

Color information

#916CDA (or 0x916CDA) is unknown color: approx Medium Purple. HEX triplet: 91, 6C and DA. RGB value is (145,108,218). Sum of RGB (Red+Green+Blue) = 145+108+218=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #916CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CDA is #6E9325. Grayscale: #838383. Windows color (decimal): -7246630 or 14314641. OLE color: 14314641.

HSL color Cylindrical-coordinate representation of color #916CDA: hue angle of 260.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #916CDA is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145108218-
CMYK0.330.5000.15
HSL260.18º59.78%63.92%-
HSV(B)260.18º50.46%85.49%-
XYZ29.6921.8168.97-
YUV131.6176.76137.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.79%
GREEN value IS 108 (42.58% from 255) = 22.93%
BLUE value IS 218 (85.55% from 255) = 46.28%
R=30.79%
G=22.93%
B=46.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451082180.330.5000.15260.1859.7863.92
Hex916CDA21320F1043c40
Octal221154332416201740474100
Binary10010001110110011011010100001110010011111000001001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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