#9278DC

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

Shades of Medium Purple #9278DC

Tints of Medium Purple #9278DC

Color information

#9278DC (or 0x9278DC) is unknown color: approx Medium Purple. HEX triplet: 92, 78 and DC. RGB value is (146,120,220). Sum of RGB (Red+Green+Blue) = 146+120+220=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #9278DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9278DC is #6D8723. Grayscale: #8A8A8A. Windows color (decimal): -7178020 or 14448786. OLE color: 14448786.

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

Color convert

RGB146120220-
CMYK0.340.4500.14
HSL255.6º58.82%66.67%-
HSV(B)255.6º45.45%86.27%-
XYZ31.4924.7170.82-
YUV139.17173.61132.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.04%
GREEN value IS 120 (47.27% from 255) = 24.69%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=30.04%
G=24.69%
B=45.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461202200.340.4500.14255.658.8266.67
Hex9278DC222D0E1003b43
Octal222170334425501640073103
Binary10010010111100011011100100010101101011101000000001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9278DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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