#9b7cea

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

Shades of Medium Purple #9B7CEA

Tints of Medium Purple #9B7CEA

Color information

#9B7CEA (or 0x9B7CEA) is unknown color: approx Medium Purple. HEX triplet: 9B, 7C and EA. RGB value is (155,124,234). Sum of RGB (Red+Green+Blue) = 155+124+234=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B7CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7CEA is #648315. Grayscale: #919191. Windows color (decimal): -6587158 or 15367323. OLE color: 15367323.

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

Color convert

RGB155124234-
CMYK0.340.4700.08
HSL256.91º72.37%70.2%-
HSV(B)256.91º47.01%91.76%-
XYZ35.5827.3281.24-
YUV145.81177.77134.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.21%
GREEN value IS 124 (48.83% from 255) = 24.17%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=30.21%
G=24.17%
B=45.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551242340.340.4700.08256.9172.3770.2
Hex9B7CEA222F081014846
Octal2331743524257010401110106
Binary100110111111100111010101000101011110100010000000110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b7cea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,124,234); }

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

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

 a { background-color: rgb(155,124,234); }

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

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

 span { border-color: rgb(155,124,234); }

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