#9768EB

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

Shades of Medium Purple #9768EB

Tints of Medium Purple #9768EB

Color information

#9768EB (or 0x9768EB) is unknown color: approx Medium Purple. HEX triplet: 97, 68 and EB. RGB value is (151,104,235). Sum of RGB (Red+Green+Blue) = 151+104+235=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #9768EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9768EB is #689714. Grayscale: #848484. Windows color (decimal): -6854421 or 15427735. OLE color: 15427735.

HSL color Cylindrical-coordinate representation of color #9768EB: hue angle of 261.53º degrees, saturation: 0.77, 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 #9768EB is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151104235-
CMYK0.360.5600.08
HSL261.53º76.61%66.47%-
HSV(B)261.53º55.74%92.16%-
XYZ32.7122.4881.21-
YUV132.99185.57140.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.82%
GREEN value IS 104 (41.02% from 255) = 21.22%
BLUE value IS 235 (92.19% from 255) = 47.96%
R=30.82%
G=21.22%
B=47.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511042350.360.5600.08261.5376.6166.47
Hex9768EB2438081064d42
Octal2271503534470010406115102
Binary100101111101000111010111001001110000100010000011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9768EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9768EB; }

 p { color: rgb(151,104,235); }

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

<style>
 a { background-color: #9768EB; }

 a { background-color: rgb(151,104,235); }

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

<style>
 span { border-color: #9768EB; }

 span { border-color: rgb(151,104,235); }

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