#926BDA

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

Shades of Medium Purple #926BDA

Tints of Medium Purple #926BDA

Color information

#926BDA (or 0x926BDA) is unknown color: approx Medium Purple. HEX triplet: 92, 6B and DA. RGB value is (146,107,218). Sum of RGB (Red+Green+Blue) = 146+107+218=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 107 (42.19% from 255 or 22.72% 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 #926BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926BDA is #6D9425. Grayscale: #828282. Windows color (decimal): -7181350 or 14314386. OLE color: 14314386.

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

Color convert

RGB146107218-
CMYK0.330.5100.15
HSL261.08º60%63.73%-
HSV(B)261.08º50.92%85.49%-
XYZ29.7721.6968.95-
YUV131.32176.92138.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 107 (42.19% from 255) = 22.72%
BLUE value IS 218 (85.55% from 255) = 46.28%
R=31.00%
G=22.72%
B=46.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461072180.330.5100.15261.086063.73
Hex926BDA21330F1053c40
Octal222153332416301740574100
Binary10010010110101111011010100001110011011111000001011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926BDA; }

 p { color: rgb(146,107,218); }

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

<style>
 a { background-color: #926BDA; }

 a { background-color: rgb(146,107,218); }

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

<style>
 span { border-color: #926BDA; }

 span { border-color: rgb(146,107,218); }

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