#906CD1

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

Shades of Medium Purple #906CD1

Tints of Medium Purple #906CD1

Color information

#906CD1 (or 0x906CD1) is unknown color: approx Medium Purple. HEX triplet: 90, 6C and D1. RGB value is (144,108,209). Sum of RGB (Red+Green+Blue) = 144+108+209=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #906CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906CD1 is #6F932E. Grayscale: #818181. Windows color (decimal): -7312175 or 13724816. OLE color: 13724816.

HSL color Cylindrical-coordinate representation of color #906CD1: hue angle of 261.39º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #906CD1 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB144108209-
CMYK0.310.4800.18
HSL261.39º52.33%62.16%-
HSV(B)261.39º48.33%81.96%-
XYZ28.3721.2662.93-
YUV130.28172.43137.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.24%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 209 (82.03% from 255) = 45.34%
R=31.24%
G=23.43%
B=45.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1441082090.310.4800.18261.3952.3362.16
Hex906CD11F30012105343e
Octal22015432137600224056476
Binary1001000011011001101000111111110000010010100000101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906CD1; }

 p { color: rgb(144,108,209); }

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

<style>
 a { background-color: #906CD1; }

 a { background-color: rgb(144,108,209); }

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

<style>
 span { border-color: #906CD1; }

 span { border-color: rgb(144,108,209); }

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