#9471DC

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

Shades of Medium Purple #9471DC

Tints of Medium Purple #9471DC

Color information

#9471DC (or 0x9471DC) is unknown color: approx Medium Purple. HEX triplet: 94, 71 and DC. RGB value is (148,113,220). Sum of RGB (Red+Green+Blue) = 148+113+220=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #9471DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471DC is #6B8E23. Grayscale: #878787. Windows color (decimal): -7048740 or 14446996. OLE color: 14446996.

HSL color Cylindrical-coordinate representation of color #9471DC: hue angle of 259.63º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9471DC is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148113220-
CMYK0.330.4900.14
HSL259.63º60.45%65.29%-
HSV(B)259.63º48.64%86.27%-
XYZ31.0423.2770.57-
YUV135.66175.6136.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=30.77%
G=23.49%
B=45.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481132200.330.4900.14259.6360.4565.29
Hex9471DC21310E1043c41
Octal224161334416101640474101
Binary10010100111000111011100100001110001011101000001001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9471DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,113,220); }

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

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

 a { background-color: rgb(148,113,220); }

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

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

 span { border-color: rgb(148,113,220); }

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