#9469D8

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

Shades of Medium Purple #9469D8

Tints of Medium Purple #9469D8

Color information

#9469D8 (or 0x9469D8) is unknown color: approx Medium Purple. HEX triplet: 94, 69 and D8. RGB value is (148,105,216). Sum of RGB (Red+Green+Blue) = 148+105+216=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #9469D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469D8 is #6B9627. Grayscale: #828282. Windows color (decimal): -7050792 or 14182804. OLE color: 14182804.

HSL color Cylindrical-coordinate representation of color #9469D8: hue angle of 263.24º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9469D8 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148105216-
CMYK0.310.5100.15
HSL263.24º58.73%62.94%-
HSV(B)263.24º51.39%84.71%-
XYZ29.6621.3667.52-
YUV130.51176.25140.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.56%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 216 (84.77% from 255) = 46.06%
R=31.56%
G=22.39%
B=46.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481052160.310.5100.15263.2458.7362.94
Hex9469D81F330F1073b3f
Octal22415133037630174077377
Binary100101001101001110110001111111001101111100000111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9469D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9469D8; }

 p { color: rgb(148,105,216); }

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

<style>
 a { background-color: #9469D8; }

 a { background-color: rgb(148,105,216); }

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

<style>
 span { border-color: #9469D8; }

 span { border-color: rgb(148,105,216); }

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