#926BD6

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

Shades of Medium Purple #926BD6

Tints of Medium Purple #926BD6

Color information

#926BD6 (or 0x926BD6) is unknown color: approx Medium Purple. HEX triplet: 92, 6B and D6. RGB value is (146,107,214). Sum of RGB (Red+Green+Blue) = 146+107+214=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #926BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926BD6 is #6D9429. Grayscale: #828282. Windows color (decimal): -7181354 or 14052242. OLE color: 14052242.

HSL color Cylindrical-coordinate representation of color #926BD6: hue angle of 261.87º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #926BD6 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146107214-
CMYK0.320.5000.16
HSL261.87º56.61%62.94%-
HSV(B)261.87º50%83.92%-
XYZ29.2521.4866.22-
YUV130.86174.92138.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 107 (42.19% from 255) = 22.91%
BLUE value IS 214 (83.98% from 255) = 45.82%
R=31.26%
G=22.91%
B=45.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461072140.320.5000.16261.8756.6162.94
Hex926BD62032010106393f
Octal22215332640620204067177
Binary10010010110101111010110100000110010010000100000110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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