#9768E0

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

Shades of Medium Purple #9768E0

Tints of Medium Purple #9768E0

Color information

#9768E0 (or 0x9768E0) is unknown color: approx Medium Purple. HEX triplet: 97, 68 and E0. RGB value is (151,104,224). Sum of RGB (Red+Green+Blue) = 151+104+224=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #9768E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9768E0 is #68971F. Grayscale: #838383. Windows color (decimal): -6854432 or 14706839. OLE color: 14706839.

HSL color Cylindrical-coordinate representation of color #9768E0: hue angle of 263.5º 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 #9768E0 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB151104224-
CMYK0.330.5400.12
HSL263.5º65.93%64.31%-
HSV(B)263.5º53.57%87.84%-
XYZ31.1721.8673.1-
YUV131.73180.07141.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 104 (41.02% from 255) = 21.71%
BLUE value IS 224 (87.89% from 255) = 46.76%
R=31.52%
G=21.71%
B=46.76%

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
Decimal1511042240.330.5400.12263.565.9364.31
Hex9768E021360C1084240
Octal2271503404166014410102100
Binary100101111101000111000001000011101100110010000100010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9768E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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