#9462F1

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

Shades of Medium Purple #9462F1

Tints of Medium Purple #9462F1

Color information

#9462F1 (or 0x9462F1) is unknown color: approx Medium Purple. HEX triplet: 94, 62 and F1. RGB value is (148,98,241). Sum of RGB (Red+Green+Blue) = 148+98+241=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #9462F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9462F1 is #6B9D0E. Grayscale: #808080. Windows color (decimal): -7052559 or 15819412. OLE color: 15819412.

HSL color Cylindrical-coordinate representation of color #9462F1: hue angle of 260.98º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9462F1 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14898241-
CMYK0.390.5900.05
HSL260.98º83.63%66.47%-
HSV(B)260.98º59.34%94.51%-
XYZ32.4621.3885.64-
YUV129.25191.06141.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 98 (38.67% from 255) = 20.12%
BLUE value IS 241 (94.53% from 255) = 49.49%
R=30.39%
G=20.12%
B=49.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal148982410.390.5900.05260.9883.6366.47
Hex9462F1273B051055442
Octal224142361477305405124102
Binary10010100110001011110001100111111011010110000010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9462F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9462F1; }

 p { color: rgb(148,98,241); }

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

<style>
 a { background-color: #9462F1; }

 a { background-color: rgb(148,98,241); }

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

<style>
 span { border-color: #9462F1; }

 span { border-color: rgb(148,98,241); }

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