#9B7FDC

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

Shades of Medium Purple #9B7FDC

Tints of Medium Purple #9B7FDC

Color information

#9B7FDC (or 0x9B7FDC) is unknown color: approx Medium Purple. HEX triplet: 9B, 7F and DC. RGB value is (155,127,220). Sum of RGB (Red+Green+Blue) = 155+127+220=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7FDC is #648023. Grayscale: #919191. Windows color (decimal): -6586404 or 14450587. OLE color: 14450587.

HSL color Cylindrical-coordinate representation of color #9B7FDC: hue angle of 258.06º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B7FDC is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155127220-
CMYK0.300.4200.14
HSL258.06º57.06%68.04%-
HSV(B)258.06º42.27%86.27%-
XYZ34.0327.3171.19-
YUV145.97169.78134.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.88%
GREEN value IS 127 (50% from 255) = 25.30%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=30.88%
G=25.30%
B=43.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551272200.300.4200.14258.0657.0668.04
Hex9B7FDC1E2A0E1023944
Octal233177334365201640271104
Binary1001101111111111101110011110101010011101000000101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,127,220); }

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

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

 a { background-color: rgb(155,127,220); }

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

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

 span { border-color: rgb(155,127,220); }

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