#907BDE

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

Shades of Medium Purple #907BDE

Tints of Medium Purple #907BDE

Color information

#907BDE (or 0x907BDE) is unknown color: approx Medium Purple. HEX triplet: 90, 7B and DE. RGB value is (144,123,222). Sum of RGB (Red+Green+Blue) = 144+123+222=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #907BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BDE is #6F8421. Grayscale: #8C8C8C. Windows color (decimal): -7308322 or 14580624. OLE color: 14580624.

HSL color Cylindrical-coordinate representation of color #907BDE: hue angle of 252.73º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #907BDE is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144123222-
CMYK0.350.4500.13
HSL252.73º60%67.65%-
HSV(B)252.73º44.59%87.06%-
XYZ31.7725.3772.33-
YUV140.56173.96130.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 123 (48.44% from 255) = 25.15%
BLUE value IS 222 (87.11% from 255) = 45.40%
R=29.45%
G=25.15%
B=45.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441232220.350.4500.13252.736067.65
Hex907BDE232D0Dfd3c44
Octal220173336435501537574104
Binary1001000011110111101111010001110110101101111111011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907BDE; }

 p { color: rgb(144,123,222); }

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

<style>
 a { background-color: #907BDE; }

 a { background-color: rgb(144,123,222); }

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

<style>
 span { border-color: #907BDE; }

 span { border-color: rgb(144,123,222); }

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