#9683DF

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

Shades of Medium Purple #9683DF

Tints of Medium Purple #9683DF

Color information

#9683DF (or 0x9683DF) is unknown color: approx Medium Purple. HEX triplet: 96, 83 and DF. RGB value is (150,131,223). Sum of RGB (Red+Green+Blue) = 150+131+223=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #9683DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683DF is #697C20. Grayscale: #929292. Windows color (decimal): -6913057 or 14648214. OLE color: 14648214.

HSL color Cylindrical-coordinate representation of color #9683DF: hue angle of 252.39º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9683DF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150131223-
CMYK0.330.4100.13
HSL252.39º58.97%69.41%-
HSV(B)252.39º41.26%87.45%-
XYZ34.0128.0473.43-
YUV147.17170.79130.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 131 (51.56% from 255) = 25.99%
BLUE value IS 223 (87.5% from 255) = 44.25%
R=29.76%
G=25.99%
B=44.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501312230.330.4100.13252.3958.9769.41
Hex9683DF21290Dfc3b45
Octal226203337415101537473105
Binary10010110100000111101111110000110100101101111111001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9683DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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