#9683DC

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

Shades of Medium Purple #9683DC

Tints of Medium Purple #9683DC

Color information

#9683DC (or 0x9683DC) is unknown color: approx Medium Purple. HEX triplet: 96, 83 and DC. RGB value is (150,131,220). Sum of RGB (Red+Green+Blue) = 150+131+220=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #9683DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683DC is #697C23. Grayscale: #929292. Windows color (decimal): -6913060 or 14451606. OLE color: 14451606.

HSL color Cylindrical-coordinate representation of color #9683DC: hue angle of 252.81º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9683DC is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150131220-
CMYK0.320.4000.14
HSL252.81º55.97%68.82%-
HSV(B)252.81º40.45%86.27%-
XYZ33.6127.8871.32-
YUV146.83169.29130.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=29.94%
G=26.15%
B=43.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501312200.320.4000.14252.8155.9768.82
Hex9683DC20280Efd3845
Octal226203334405001637570105
Binary10010110100000111101110010000010100001110111111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9683DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9683DC; }

 p { color: rgb(150,131,220); }

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

<style>
 a { background-color: #9683DC; }

 a { background-color: rgb(150,131,220); }

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

<style>
 span { border-color: #9683DC; }

 span { border-color: rgb(150,131,220); }

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