#9468ED

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

Shades of Medium Purple #9468ED

Tints of Medium Purple #9468ED

Color information

#9468ED (or 0x9468ED) is unknown color: approx Medium Purple. HEX triplet: 94, 68 and ED. RGB value is (148,104,237). Sum of RGB (Red+Green+Blue) = 148+104+237=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #9468ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9468ED is #6B9712. Grayscale: #838383. Windows color (decimal): -7051027 or 15558804. OLE color: 15558804.

HSL color Cylindrical-coordinate representation of color #9468ED: hue angle of 259.85º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9468ED is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148104237-
CMYK0.380.5600.07
HSL259.85º78.7%66.86%-
HSV(B)259.85º56.12%92.94%-
XYZ32.4522.3182.72-
YUV132.32187.08139.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 104 (41.02% from 255) = 21.27%
BLUE value IS 237 (92.97% from 255) = 48.47%
R=30.27%
G=21.27%
B=48.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481042370.380.5600.07259.8578.766.86
Hex9468ED2638071044f43
Octal224150355467007404117103
Binary10010100110100011101101100110111000011110000010010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9468ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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