#9a79f2

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

Shades of Medium Purple #9A79F2

Tints of Medium Purple #9A79F2

Color information

#9A79F2 (or 0x9A79F2) is unknown color: approx Medium Purple. HEX triplet: 9A, 79 and F2. RGB value is (154,121,242). Sum of RGB (Red+Green+Blue) = 154+121+242=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #9A79F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A79F2 is #65860D. Grayscale: #909090. Windows color (decimal): -6653454 or 15890842. OLE color: 15890842.

HSL color Cylindrical-coordinate representation of color #9A79F2: hue angle of 256.36º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A79F2 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB154121242-
CMYK0.360.5000.05
HSL256.36º82.31%71.18%-
HSV(B)256.36º50%94.9%-
XYZ36.1926.9687.3-
YUV144.66182.93134.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.79%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 242 (94.92% from 255) = 46.81%
R=29.79%
G=23.40%
B=46.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1541212420.360.5000.05256.3682.3171.18
Hex9A79F22432051005247
Octal232171362446205400122107
Binary10011010111100111110010100100110010010110000000010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a79f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9a79f2; }

 p { color: rgb(154,121,242); }

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

<style>
 a { background-color: #9a79f2; }

 a { background-color: rgb(154,121,242); }

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

<style>
 span { border-color: #9a79f2; }

 span { border-color: rgb(154,121,242); }

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