#9766EA

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

Shades of Medium Purple #9766EA

Tints of Medium Purple #9766EA

Color information

#9766EA (or 0x9766EA) is unknown color: approx Medium Purple. HEX triplet: 97, 66 and EA. RGB value is (151,102,234). Sum of RGB (Red+Green+Blue) = 151+102+234=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #9766EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9766EA is #689915. Grayscale: #838383. Windows color (decimal): -6854934 or 15361687. OLE color: 15361687.

HSL color Cylindrical-coordinate representation of color #9766EA: hue angle of 262.27º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9766EA is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151102234-
CMYK0.350.5600.08
HSL262.27º75.86%65.88%-
HSV(B)262.27º56.41%91.76%-
XYZ32.3722.0280.39-
YUV131.7185.73141.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.01%
GREEN value IS 102 (40.23% from 255) = 20.94%
BLUE value IS 234 (91.80% from 255) = 48.05%
R=31.01%
G=20.94%
B=48.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511022340.350.5600.08262.2775.8665.88
Hex9766EA2338081064c42
Octal2271463524370010406114102
Binary100101111100110111010101000111110000100010000011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9766EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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