#967DE9

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

Shades of Medium Purple #967DE9

Tints of Medium Purple #967DE9

Color information

#967DE9 (or 0x967DE9) is unknown color: approx Medium Purple. HEX triplet: 96, 7D and E9. RGB value is (150,125,233). Sum of RGB (Red+Green+Blue) = 150+125+233=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 233 - color contains mainly: blue. Hex color #967DE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967DE9 is #698216. Grayscale: #909090. Windows color (decimal): -6914583 or 15302038. OLE color: 15302038.

HSL color Cylindrical-coordinate representation of color #967DE9: hue angle of 253.89º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #967DE9 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB150125233-
CMYK0.360.4600.09
HSL253.89º71.05%70.2%-
HSV(B)253.89º46.35%91.37%-
XYZ34.6227.0380.48-
YUV144.79177.78131.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.53%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 233 (91.41% from 255) = 45.87%
R=29.53%
G=24.61%
B=45.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1501252330.360.4600.09253.8971.0570.2
Hex967DE9242E09fe4746
Octal2261753514456011376107106
Binary10010110111110111101001100100101110010011111111010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967DE9; }

 p { color: rgb(150,125,233); }

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

<style>
 a { background-color: #967DE9; }

 a { background-color: rgb(150,125,233); }

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

<style>
 span { border-color: #967DE9; }

 span { border-color: rgb(150,125,233); }

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