#9868EE

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

Shades of Medium Purple #9868EE

Tints of Medium Purple #9868EE

Color information

#9868EE (or 0x9868EE) is unknown color: approx Medium Purple. HEX triplet: 98, 68 and EE. RGB value is (152,104,238). Sum of RGB (Red+Green+Blue) = 152+104+238=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #9868EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9868EE is #679711. Grayscale: #858585. Windows color (decimal): -6788882 or 15624344. OLE color: 15624344.

HSL color Cylindrical-coordinate representation of color #9868EE: hue angle of 261.49º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9868EE is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152104238-
CMYK0.360.5600.07
HSL261.49º79.76%67.06%-
HSV(B)261.49º56.3%93.33%-
XYZ33.3322.7583.52-
YUV133.63186.9141.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 104 (41.02% from 255) = 21.05%
BLUE value IS 238 (93.36% from 255) = 48.18%
R=30.77%
G=21.05%
B=48.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521042380.360.5600.07261.4979.7667.06
Hex9868EE2438071055043
Octal230150356447007405120103
Binary10011000110100011101110100100111000011110000010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9868EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9868EE; }

 p { color: rgb(152,104,238); }

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

<style>
 a { background-color: #9868EE; }

 a { background-color: rgb(152,104,238); }

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

<style>
 span { border-color: #9868EE; }

 span { border-color: rgb(152,104,238); }

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