#9868DE

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

Shades of Medium Purple #9868DE

Tints of Medium Purple #9868DE

Color information

#9868DE (or 0x9868DE) is unknown color: approx Medium Purple. HEX triplet: 98, 68 and DE. RGB value is (152,104,222). Sum of RGB (Red+Green+Blue) = 152+104+222=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #9868DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9868DE is #679721. Grayscale: #838383. Windows color (decimal): -6788898 or 14575768. OLE color: 14575768.

HSL color Cylindrical-coordinate representation of color #9868DE: hue angle of 264.41º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9868DE is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152104222-
CMYK0.320.5300.13
HSL264.41º64.13%63.92%-
HSV(B)264.41º53.15%87.06%-
XYZ31.0821.8571.69-
YUV131.8178.9142.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 104 (41.02% from 255) = 21.76%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=31.80%
G=21.76%
B=46.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521042220.320.5300.13264.4164.1363.92
Hex9868DE20350D1084040
Octal2301503364065015410100100
Binary100110001101000110111101000001101010110110000100010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9868DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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