#9670DF

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

Shades of Medium Purple #9670DF

Tints of Medium Purple #9670DF

Color information

#9670DF (or 0x9670DF) is unknown color: approx Medium Purple. HEX triplet: 96, 70 and DF. RGB value is (150,112,223). Sum of RGB (Red+Green+Blue) = 150+112+223=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #9670DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670DF is #698F20. Grayscale: #878787. Windows color (decimal): -6917921 or 14643350. OLE color: 14643350.

HSL color Cylindrical-coordinate representation of color #9670DF: hue angle of 260.54º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9670DF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150112223-
CMYK0.330.5000.13
HSL260.54º63.43%65.69%-
HSV(B)260.54º49.78%87.45%-
XYZ31.6923.472.66-
YUV136.02177.09137.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 112 (44.14% from 255) = 23.09%
BLUE value IS 223 (87.5% from 255) = 45.98%
R=30.93%
G=23.09%
B=45.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501122230.330.5000.13260.5463.4365.69
Hex9670DF21320D1053f42
Octal226160337416201540577102
Binary10010110111000011011111100001110010011011000001011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9670DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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