#9B7AE8

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

Shades of Medium Purple #9B7AE8

Tints of Medium Purple #9B7AE8

Color information

#9B7AE8 (or 0x9B7AE8) is unknown color: approx Medium Purple. HEX triplet: 9B, 7A and E8. RGB value is (155,122,232). Sum of RGB (Red+Green+Blue) = 155+122+232=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #9B7AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7AE8 is #648517. Grayscale: #909090. Windows color (decimal): -6587672 or 15235739. OLE color: 15235739.

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

Color convert

RGB155122232-
CMYK0.330.4700.09
HSL258º70.51%69.41%-
HSV(B)258º47.41%90.98%-
XYZ35.0426.7179.65-
YUV144.41177.43135.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.45%
GREEN value IS 122 (48.05% from 255) = 23.97%
BLUE value IS 232 (91.02% from 255) = 45.58%
R=30.45%
G=23.97%
B=45.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1551222320.330.4700.0925870.5169.41
Hex9B7AE8212F091024745
Octal2331723504157011402107105
Binary100110111111010111010001000011011110100110000001010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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