#9765EA

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

Shades of Medium Purple #9765EA

Tints of Medium Purple #9765EA

Color information

#9765EA (or 0x9765EA) is unknown color: approx Medium Purple. HEX triplet: 97, 65 and EA. RGB value is (151,101,234). Sum of RGB (Red+Green+Blue) = 151+101+234=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #9765EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9765EA is #689A15. Grayscale: #828282. Windows color (decimal): -6855190 or 15361431. OLE color: 15361431.

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

Color convert

RGB151101234-
CMYK0.350.5700.08
HSL262.56º76%65.69%-
HSV(B)262.56º56.84%91.76%-
XYZ32.2721.8380.35-
YUV131.11186.06142.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.07%
GREEN value IS 101 (39.84% from 255) = 20.78%
BLUE value IS 234 (91.80% from 255) = 48.15%
R=31.07%
G=20.78%
B=48.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511012340.350.5700.08262.567665.69
Hex9765EA2339081074c42
Octal2271453524371010407114102
Binary100101111100101111010101000111110010100010000011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9765EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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