#9b7aeb

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

Shades of Medium Purple #9B7AEB

Tints of Medium Purple #9B7AEB

Color information

#9B7AEB (or 0x9B7AEB) is unknown color: approx Medium Purple. HEX triplet: 9B, 7A and EB. RGB value is (155,122,235). Sum of RGB (Red+Green+Blue) = 155+122+235=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B7AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7AEB is #648514. Grayscale: #909090. Windows color (decimal): -6587669 or 15432347. OLE color: 15432347.

HSL color Cylindrical-coordinate representation of color #9B7AEB: hue angle of 257.52º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B7AEB is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155122235-
CMYK0.340.4800.08
HSL257.52º73.86%70%-
HSV(B)257.52º48.09%92.16%-
XYZ35.4726.8981.92-
YUV144.75178.93135.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.27%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 235 (92.19% from 255) = 45.90%
R=30.27%
G=23.83%
B=45.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551222350.340.4800.08257.5273.8670
Hex9B7AEB2230081024a46
Octal2331723534260010402112106
Binary100110111111010111010111000101100000100010000001010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b7aeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,122,235); }

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

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

 a { background-color: rgb(155,122,235); }

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

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

 span { border-color: rgb(155,122,235); }

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