#966FEA

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

Shades of Medium Purple #966FEA

Tints of Medium Purple #966FEA

Color information

#966FEA (or 0x966FEA) is unknown color: approx Medium Purple. HEX triplet: 96, 6F and EA. RGB value is (150,111,234). Sum of RGB (Red+Green+Blue) = 150+111+234=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #966FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FEA is #699015. Grayscale: #888888. Windows color (decimal): -6918166 or 15363990. OLE color: 15363990.

HSL color Cylindrical-coordinate representation of color #966FEA: hue angle of 259.02º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #966FEA is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150111234-
CMYK0.360.5300.08
HSL259.02º74.55%67.65%-
HSV(B)259.02º52.56%91.76%-
XYZ33.1123.7980.69-
YUV136.68182.92137.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=30.30%
G=22.42%
B=47.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501112340.360.5300.08259.0274.5567.65
Hex966FEA2435081034b44
Octal2261573524465010403113104
Binary100101101101111111010101001001101010100010000001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966FEA; }

 p { color: rgb(150,111,234); }

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

<style>
 a { background-color: #966FEA; }

 a { background-color: rgb(150,111,234); }

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

<style>
 span { border-color: #966FEA; }

 span { border-color: rgb(150,111,234); }

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