#9B8BE8

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

Shades of Medium Purple #9B8BE8

Tints of Medium Purple #9B8BE8

Color information

#9B8BE8 (or 0x9B8BE8) is unknown color: approx Medium Purple. HEX triplet: 9B, 8B and E8. RGB value is (155,139,232). Sum of RGB (Red+Green+Blue) = 155+139+232=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #9B8BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8BE8 is #647417. Grayscale: #9A9A9A. Windows color (decimal): -6583320 or 15240091. OLE color: 15240091.

HSL color Cylindrical-coordinate representation of color #9B8BE8: hue angle of 250.32º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B8BE8 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB155139232-
CMYK0.330.4000.09
HSL250.32º66.91%72.75%-
HSV(B)250.32º40.09%90.98%-
XYZ37.3231.2680.41-
YUV154.39171.8128.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.47%
GREEN value IS 139 (54.69% from 255) = 26.43%
BLUE value IS 232 (91.02% from 255) = 44.11%
R=29.47%
G=26.43%
B=44.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1551392320.330.4000.09250.3266.9172.75
Hex9B8BE8212809fa4349
Octal2332133504150011372103111
Binary100110111000101111101000100001101000010011111101010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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