#9468DE

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

Shades of Medium Purple #9468DE

Tints of Medium Purple #9468DE

Color information

#9468DE (or 0x9468DE) is unknown color: approx Medium Purple. HEX triplet: 94, 68 and DE. RGB value is (148,104,222). Sum of RGB (Red+Green+Blue) = 148+104+222=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #9468DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468DE is #6B9721. Grayscale: #828282. Windows color (decimal): -7051042 or 14575764. OLE color: 14575764.

HSL color Cylindrical-coordinate representation of color #9468DE: hue angle of 262.37º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9468DE is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148104222-
CMYK0.330.5300.13
HSL262.37º64.13%63.92%-
HSV(B)262.37º53.15%87.06%-
XYZ30.3521.4771.65-
YUV130.61179.58140.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.22%
GREEN value IS 104 (41.02% from 255) = 21.94%
BLUE value IS 222 (87.11% from 255) = 46.84%
R=31.22%
G=21.94%
B=46.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481042220.330.5300.13262.3764.1363.92
Hex9468DE21350D1064040
Octal2241503364165015406100100
Binary100101001101000110111101000011101010110110000011010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9468DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9468DE; }

 p { color: rgb(148,104,222); }

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

<style>
 a { background-color: #9468DE; }

 a { background-color: rgb(148,104,222); }

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

<style>
 span { border-color: #9468DE; }

 span { border-color: rgb(148,104,222); }

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