#9671DD

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

Shades of Medium Purple #9671DD

Tints of Medium Purple #9671DD

Color information

#9671DD (or 0x9671DD) is unknown color: approx Medium Purple. HEX triplet: 96, 71 and DD. RGB value is (150,113,221). Sum of RGB (Red+Green+Blue) = 150+113+221=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #9671DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9671DD is #698E22. Grayscale: #878787. Windows color (decimal): -6917667 or 14512534. OLE color: 14512534.

HSL color Cylindrical-coordinate representation of color #9671DD: hue angle of 260.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9671DD is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150113221-
CMYK0.320.4900.13
HSL260.56º61.36%65.49%-
HSV(B)260.56º48.87%86.67%-
XYZ31.5323.5171.28-
YUV136.38175.76137.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.99%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 221 (86.72% from 255) = 45.66%
R=30.99%
G=23.35%
B=45.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501132210.320.4900.13260.5661.3665.49
Hex9671DD20310D1053d41
Octal226161335406101540575101
Binary10010110111000111011101100000110001011011000001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9671DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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