#967FDA

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

Shades of Medium Purple #967FDA

Tints of Medium Purple #967FDA

Color information

#967FDA (or 0x967FDA) is unknown color: approx Medium Purple. HEX triplet: 96, 7F and DA. RGB value is (150,127,218). Sum of RGB (Red+Green+Blue) = 150+127+218=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #967FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FDA is #698025. Grayscale: #8F8F8F. Windows color (decimal): -6914086 or 14319510. OLE color: 14319510.

HSL color Cylindrical-coordinate representation of color #967FDA: hue angle of 255.16º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #967FDA is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150127218-
CMYK0.310.4200.15
HSL255.16º55.15%67.65%-
HSV(B)255.16º41.74%85.49%-
XYZ32.8226.7269.76-
YUV144.25169.62132.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 127 (50% from 255) = 25.66%
BLUE value IS 218 (85.55% from 255) = 44.04%
R=30.30%
G=25.66%
B=44.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501272180.310.4200.15255.1655.1567.65
Hex967FDA1F2A0Fff3744
Octal226177332375201737767104
Binary100101101111111110110101111110101001111111111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,127,218); }

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

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

 a { background-color: rgb(150,127,218); }

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

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

 span { border-color: rgb(150,127,218); }

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