#9B76E0

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

Shades of Medium Purple #9B76E0

Tints of Medium Purple #9B76E0

Color information

#9B76E0 (or 0x9B76E0) is unknown color: approx Medium Purple. HEX triplet: 9B, 76 and E0. RGB value is (155,118,224). Sum of RGB (Red+Green+Blue) = 155+118+224=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B76E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B76E0 is #64891F. Grayscale: #8C8C8C. Windows color (decimal): -6588704 or 14710427. OLE color: 14710427.

HSL color Cylindrical-coordinate representation of color #9B76E0: hue angle of 260.94º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B76E0 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB155118224-
CMYK0.310.4700.12
HSL260.94º63.1%67.06%-
HSV(B)260.94º47.32%87.84%-
XYZ33.4525.3173.64-
YUV141.15174.76137.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.19%
GREEN value IS 118 (46.48% from 255) = 23.74%
BLUE value IS 224 (87.89% from 255) = 45.07%
R=31.19%
G=23.74%
B=45.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1551182240.310.4700.12260.9463.167.06
Hex9B76E01F2F0C1053f43
Octal233166340375701440577103
Binary1001101111101101110000011111101111011001000001011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B76E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B76E0; }

 p { color: rgb(155,118,224); }

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

<style>
 a { background-color: #9B76E0; }

 a { background-color: rgb(155,118,224); }

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

<style>
 span { border-color: #9B76E0; }

 span { border-color: rgb(155,118,224); }

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