#9A69DC

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

Shades of Medium Purple #9A69DC

Tints of Medium Purple #9A69DC

Color information

#9A69DC (or 0x9A69DC) is unknown color: approx Medium Purple. HEX triplet: 9A, 69 and DC. RGB value is (154,105,220). Sum of RGB (Red+Green+Blue) = 154+105+220=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A69DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A69DC is #659623. Grayscale: #848484. Windows color (decimal): -6657572 or 14444954. OLE color: 14444954.

HSL color Cylindrical-coordinate representation of color #9A69DC: hue angle of 265.57º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A69DC is Cyan = 0.3, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154105220-
CMYK0.30.5200.14
HSL265.57º62.16%63.73%-
HSV(B)265.57º52.27%86.27%-
XYZ31.322.1470.33-
YUV132.76177.23143.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.15%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=32.15%
G=21.92%
B=45.93%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541052200.30.5200.14265.5762.1663.73
Hex9A69DC1E340E10a3e40
Octal232151334366401641276100
Binary1001101011010011101110011110110100011101000010101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A69DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A69DC; }

 p { color: rgb(154,105,220); }

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

<style>
 a { background-color: #9A69DC; }

 a { background-color: rgb(154,105,220); }

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

<style>
 span { border-color: #9A69DC; }

 span { border-color: rgb(154,105,220); }

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