#9260DC

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

Shades of Medium Purple #9260DC

Tints of Medium Purple #9260DC

Color information

#9260DC (or 0x9260DC) is unknown color: approx Medium Purple. HEX triplet: 92, 60 and DC. RGB value is (146,96,220). Sum of RGB (Red+Green+Blue) = 146+96+220=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #9260DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9260DC is #6D9F23. Grayscale: #7C7C7C. Windows color (decimal): -7184164 or 14442642. OLE color: 14442642.

HSL color Cylindrical-coordinate representation of color #9260DC: hue angle of 264.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9260DC is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14696220-
CMYK0.340.5600.14
HSL264.19º63.92%61.96%-
HSV(B)264.19º56.36%86.27%-
XYZ28.9619.6469.98-
YUV125.09181.56142.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 96 (37.89% from 255) = 20.78%
BLUE value IS 220 (86.33% from 255) = 47.62%
R=31.60%
G=20.78%
B=47.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal146962200.340.5600.14264.1963.9261.96
Hex9260DC22380E108403e
Octal222140334427001641010076
Binary10010010110000011011100100010111000011101000010001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9260DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9260DC; }

 p { color: rgb(146,96,220); }

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

<style>
 a { background-color: #9260DC; }

 a { background-color: rgb(146,96,220); }

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

<style>
 span { border-color: #9260DC; }

 span { border-color: rgb(146,96,220); }

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