#9b7ced

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

Shades of Medium Purple #9B7CED

Tints of Medium Purple #9B7CED

Color information

#9B7CED (or 0x9B7CED) is unknown color: approx Medium Purple. HEX triplet: 9B, 7C and ED. RGB value is (155,124,237). Sum of RGB (Red+Green+Blue) = 155+124+237=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B7CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7CED is #648312. Grayscale: #919191. Windows color (decimal): -6587155 or 15563931. OLE color: 15563931.

HSL color Cylindrical-coordinate representation of color #9B7CED: hue angle of 256.46º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B7CED is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155124237-
CMYK0.350.4800.07
HSL256.46º75.84%70.78%-
HSV(B)256.46º47.68%92.94%-
XYZ36.0127.583.53-
YUV146.15179.27134.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.04%
GREEN value IS 124 (48.83% from 255) = 24.03%
BLUE value IS 237 (92.97% from 255) = 45.93%
R=30.04%
G=24.03%
B=45.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551242370.350.4800.07256.4675.8470.78
Hex9B7CED2330071004c47
Octal233174355436007400114107
Binary10011011111110011101101100011110000011110000000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b7ced

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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