#9869EF

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

Shades of Medium Purple #9869EF

Tints of Medium Purple #9869EF

Color information

#9869EF (or 0x9869EF) is unknown color: approx Medium Purple. HEX triplet: 98, 69 and EF. RGB value is (152,105,239). Sum of RGB (Red+Green+Blue) = 152+105+239=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #9869EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9869EF is #679610. Grayscale: #858585. Windows color (decimal): -6788625 or 15690136. OLE color: 15690136.

HSL color Cylindrical-coordinate representation of color #9869EF: hue angle of 261.04º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9869EF is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152105239-
CMYK0.360.5600.06
HSL261.04º80.72%67.45%-
HSV(B)261.04º56.07%93.73%-
XYZ33.5823.0184.33-
YUV134.33187.07140.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 105 (41.41% from 255) = 21.17%
BLUE value IS 239 (93.75% from 255) = 48.19%
R=30.65%
G=21.17%
B=48.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1521052390.360.5600.06261.0480.7267.45
Hex9869EF2438061055143
Octal230151357447006405121103
Binary10011000110100111101111100100111000011010000010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9869EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9869EF; }

 p { color: rgb(152,105,239); }

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

<style>
 a { background-color: #9869EF; }

 a { background-color: rgb(152,105,239); }

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

<style>
 span { border-color: #9869EF; }

 span { border-color: rgb(152,105,239); }

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