#9274DD

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

Shades of Medium Purple #9274DD

Tints of Medium Purple #9274DD

Color information

#9274DD (or 0x9274DD) is unknown color: approx Medium Purple. HEX triplet: 92, 74 and DD. RGB value is (146,116,221). Sum of RGB (Red+Green+Blue) = 146+116+221=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #9274DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9274DD is #6D8B22. Grayscale: #888888. Windows color (decimal): -7179043 or 14513298. OLE color: 14513298.

HSL color Cylindrical-coordinate representation of color #9274DD: hue angle of 257.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9274DD is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146116221-
CMYK0.340.4800.13
HSL257.14º60.69%66.08%-
HSV(B)257.14º47.51%86.67%-
XYZ31.1523.8271.36-
YUV136.94175.44134.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 116 (45.70% from 255) = 24.02%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=30.23%
G=24.02%
B=45.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461162210.340.4800.13257.1460.6966.08
Hex9274DD22300D1013d42
Octal222164335426001540175102
Binary10010010111010011011101100010110000011011000000011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9274DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9274DD; }

 p { color: rgb(146,116,221); }

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

<style>
 a { background-color: #9274DD; }

 a { background-color: rgb(146,116,221); }

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

<style>
 span { border-color: #9274DD; }

 span { border-color: rgb(146,116,221); }

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