#9671D0

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

Shades of Medium Purple #9671D0

Tints of Medium Purple #9671D0

Color information

#9671D0 (or 0x9671D0) is unknown color: approx Medium Purple. HEX triplet: 96, 71 and D0. RGB value is (150,113,208). Sum of RGB (Red+Green+Blue) = 150+113+208=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #9671D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9671D0 is #698E2F. Grayscale: #868686. Windows color (decimal): -6917680 or 13660566. OLE color: 13660566.

HSL color Cylindrical-coordinate representation of color #9671D0: hue angle of 263.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9671D0 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150113208-
CMYK0.280.4600.18
HSL263.37º50.26%62.94%-
HSV(B)263.37º45.67%81.57%-
XYZ29.8722.8562.51-
YUV134.89169.26138.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.85%
GREEN value IS 113 (44.53% from 255) = 23.99%
BLUE value IS 208 (81.64% from 255) = 44.16%
R=31.85%
G=23.99%
B=44.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501132080.280.4600.18263.3750.2662.94
Hex9671D01C2E012107323f
Octal22616132034560224076277
Binary1001011011100011101000011100101110010010100000111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9671D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9671D0; }

 p { color: rgb(150,113,208); }

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

<style>
 a { background-color: #9671D0; }

 a { background-color: rgb(150,113,208); }

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

<style>
 span { border-color: #9671D0; }

 span { border-color: rgb(150,113,208); }

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