#9869DD

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

Shades of Medium Purple #9869DD

Tints of Medium Purple #9869DD

Color information

#9869DD (or 0x9869DD) is unknown color: approx Medium Purple. HEX triplet: 98, 69 and DD. RGB value is (152,105,221). Sum of RGB (Red+Green+Blue) = 152+105+221=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #9869DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869DD is #679622. Grayscale: #838383. Windows color (decimal): -6788643 or 14510488. OLE color: 14510488.

HSL color Cylindrical-coordinate representation of color #9869DD: hue angle of 264.31º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9869DD is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152105221-
CMYK0.310.5200.13
HSL264.31º63.04%63.92%-
HSV(B)264.31º52.49%86.67%-
XYZ31.052271.02-
YUV132.28178.07142.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=31.80%
G=21.97%
B=46.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521052210.310.5200.13264.3163.0463.92
Hex9869DD1F340D1083f40
Octal230151335376401541077100
Binary1001100011010011101110111111110100011011000010001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9869DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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