#9872EB

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

Shades of Medium Purple #9872EB

Tints of Medium Purple #9872EB

Color information

#9872EB (or 0x9872EB) is unknown color: approx Medium Purple. HEX triplet: 98, 72 and EB. RGB value is (152,114,235). Sum of RGB (Red+Green+Blue) = 152+114+235=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #9872EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9872EB is #678D14. Grayscale: #8A8A8A. Windows color (decimal): -6786325 or 15430296. OLE color: 15430296.

HSL color Cylindrical-coordinate representation of color #9872EB: hue angle of 258.84º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9872EB is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152114235-
CMYK0.350.5100.08
HSL258.84º75.16%68.43%-
HSV(B)258.84º51.49%92.16%-
XYZ33.9624.7181.58-
YUV139.16182.09137.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 235 (92.19% from 255) = 46.91%
R=30.34%
G=22.75%
B=46.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521142350.350.5100.08258.8475.1668.43
Hex9872EB2333081034b44
Octal2301623534363010403113104
Binary100110001110010111010111000111100110100010000001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9872EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9872EB; }

 p { color: rgb(152,114,235); }

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

<style>
 a { background-color: #9872EB; }

 a { background-color: rgb(152,114,235); }

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

<style>
 span { border-color: #9872EB; }

 span { border-color: rgb(152,114,235); }

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