#9467F3

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

Shades of Medium Purple #9467F3

Tints of Medium Purple #9467F3

Color information

#9467F3 (or 0x9467F3) is unknown color: approx Medium Purple. HEX triplet: 94, 67 and F3. RGB value is (148,103,243). Sum of RGB (Red+Green+Blue) = 148+103+243=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #9467F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9467F3 is #6B980C. Grayscale: #838383. Windows color (decimal): -7051277 or 15951764. OLE color: 15951764.

HSL color Cylindrical-coordinate representation of color #9467F3: hue angle of 259.29º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9467F3 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148103243-
CMYK0.390.5800.05
HSL259.29º85.37%67.84%-
HSV(B)259.29º57.61%95.29%-
XYZ33.2422.4787.38-
YUV132.42190.41139.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 103 (40.62% from 255) = 20.85%
BLUE value IS 243 (95.31% from 255) = 49.19%
R=29.96%
G=20.85%
B=49.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481032430.390.5800.05259.2985.3767.84
Hex9467F3273A051035544
Octal224147363477205403125104
Binary10010100110011111110011100111111010010110000001110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9467F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9467F3; }

 p { color: rgb(148,103,243); }

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

<style>
 a { background-color: #9467F3; }

 a { background-color: rgb(148,103,243); }

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

<style>
 span { border-color: #9467F3; }

 span { border-color: rgb(148,103,243); }

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