#9b60e7

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

Shades of Medium Purple #9B60E7

Tints of Medium Purple #9B60E7

Color information

#9B60E7 (or 0x9B60E7) is unknown color: approx Medium Purple. HEX triplet: 9B, 60 and E7. RGB value is (155,96,231). Sum of RGB (Red+Green+Blue) = 155+96+231=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #9B60E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B60E7 is #649F18. Grayscale: #808080. Windows color (decimal): -6594329 or 15163547. OLE color: 15163547.

HSL color Cylindrical-coordinate representation of color #9B60E7: hue angle of 266.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B60E7 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15596231-
CMYK0.330.5800.09
HSL266.22º73.77%64.12%-
HSV(B)266.22º58.44%90.59%-
XYZ32.1221.177.98-
YUV129.03185.55146.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.16%
GREEN value IS 96 (37.89% from 255) = 19.92%
BLUE value IS 231 (90.62% from 255) = 47.93%
R=32.16%
G=19.92%
B=47.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal155962310.330.5800.09266.2273.7764.12
Hex9B60E7213A0910a4a40
Octal2331403474172011412112100
Binary100110111100000111001111000011110100100110000101010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b60e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,96,231); }

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

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

 a { background-color: rgb(155,96,231); }

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

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

 span { border-color: rgb(155,96,231); }

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