#9278DA

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

Shades of Medium Purple #9278DA

Tints of Medium Purple #9278DA

Color information

#9278DA (or 0x9278DA) is unknown color: approx Medium Purple. HEX triplet: 92, 78 and DA. RGB value is (146,120,218). Sum of RGB (Red+Green+Blue) = 146+120+218=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #9278DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9278DA is #6D8725. Grayscale: #8A8A8A. Windows color (decimal): -7178022 or 14317714. OLE color: 14317714.

HSL color Cylindrical-coordinate representation of color #9278DA: hue angle of 255.92º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9278DA is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146120218-
CMYK0.330.4500.15
HSL255.92º56.98%66.27%-
HSV(B)255.92º44.95%85.49%-
XYZ31.2324.6169.43-
YUV138.95172.61133.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.17%
GREEN value IS 120 (47.27% from 255) = 24.79%
BLUE value IS 218 (85.55% from 255) = 45.04%
R=30.17%
G=24.79%
B=45.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461202180.330.4500.15255.9256.9866.27
Hex9278DA212D0F1003942
Octal222170332415501740071102
Binary10010010111100011011010100001101101011111000000001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9278DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9278DA; }

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

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

<style>
 a { background-color: #9278DA; }

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

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

<style>
 span { border-color: #9278DA; }

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

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