#9765F0

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

Shades of Medium Purple #9765F0

Tints of Medium Purple #9765F0

Color information

#9765F0 (or 0x9765F0) is unknown color: approx Medium Purple. HEX triplet: 97, 65 and F0. RGB value is (151,101,240). Sum of RGB (Red+Green+Blue) = 151+101+240=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #9765F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9765F0 is #689A0F. Grayscale: #838383. Windows color (decimal): -6855184 or 15754647. OLE color: 15754647.

HSL color Cylindrical-coordinate representation of color #9765F0: hue angle of 261.58º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9765F0 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB151101240-
CMYK0.370.5800.06
HSL261.58º82.25%66.86%-
HSV(B)261.58º57.92%94.12%-
XYZ33.1422.1884.97-
YUV131.8189.06141.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 101 (39.84% from 255) = 20.53%
BLUE value IS 240 (94.14% from 255) = 48.78%
R=30.69%
G=20.53%
B=48.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1511012400.370.5800.06261.5882.2566.86
Hex9765F0253A061065243
Octal227145360457206406122103
Binary10010111110010111110000100101111010011010000011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9765F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9765F0; }

 p { color: rgb(151,101,240); }

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

<style>
 a { background-color: #9765F0; }

 a { background-color: rgb(151,101,240); }

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

<style>
 span { border-color: #9765F0; }

 span { border-color: rgb(151,101,240); }

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