#9766e0

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

Shades of Medium Purple #9766E0

Tints of Medium Purple #9766E0

Color information

#9766E0 (or 0x9766E0) is unknown color: approx Medium Purple. HEX triplet: 97, 66 and E0. RGB value is (151,102,224). Sum of RGB (Red+Green+Blue) = 151+102+224=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #9766E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766E0 is #68991F. Grayscale: #828282. Windows color (decimal): -6854944 or 14706327. OLE color: 14706327.

HSL color Cylindrical-coordinate representation of color #9766E0: hue angle of 264.1º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9766E0 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB151102224-
CMYK0.330.5400.12
HSL264.1º66.3%63.92%-
HSV(B)264.1º54.46%87.84%-
XYZ30.9721.4673.03-
YUV130.56180.73142.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 102 (40.23% from 255) = 21.38%
BLUE value IS 224 (87.89% from 255) = 46.96%
R=31.66%
G=21.38%
B=46.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1511022240.330.5400.12264.166.363.92
Hex9766E021360C1084240
Octal2271463404166014410102100
Binary100101111100110111000001000011101100110010000100010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9766e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9766e0; }

 p { color: rgb(151,102,224); }

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

<style>
 a { background-color: #9766e0; }

 a { background-color: rgb(151,102,224); }

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

<style>
 span { border-color: #9766e0; }

 span { border-color: rgb(151,102,224); }

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