#9B7FDA

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

Shades of Medium Purple #9B7FDA

Tints of Medium Purple #9B7FDA

Color information

#9B7FDA (or 0x9B7FDA) is unknown color: approx Medium Purple. HEX triplet: 9B, 7F and DA. RGB value is (155,127,218). Sum of RGB (Red+Green+Blue) = 155+127+218=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7FDA is #648025. Grayscale: #919191. Windows color (decimal): -6586406 or 14319515. OLE color: 14319515.

HSL color Cylindrical-coordinate representation of color #9B7FDA: hue angle of 258.46º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B7FDA is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155127218-
CMYK0.290.4200.15
HSL258.46º55.15%67.65%-
HSV(B)258.46º41.74%85.49%-
XYZ33.7627.2169.8-
YUV145.75168.78134.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=31%
G=25.4%
B=43.6%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1551272180.290.4200.15258.4655.1567.65
Hex9B7FDA1D2A0F1023744
Octal233177332355201740267104
Binary1001101111111111101101011101101010011111000000101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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