#9b82db

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

Shades of Medium Purple #9B82DB

Tints of Medium Purple #9B82DB

Color information

#9B82DB (or 0x9B82DB) is unknown color: approx Medium Purple. HEX triplet: 9B, 82 and DB. RGB value is (155,130,219). Sum of RGB (Red+Green+Blue) = 155+130+219=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B82DB is #647D24. Grayscale: #939393. Windows color (decimal): -6585637 or 14385819. OLE color: 14385819.

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

Color convert

RGB155130219-
CMYK0.290.4100.14
HSL256.85º55.28%68.43%-
HSV(B)256.85º40.64%85.88%-
XYZ34.2928.0570.62-
YUV147.62168.28133.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.75%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 219 (85.94% from 255) = 43.45%
R=30.75%
G=25.79%
B=43.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551302190.290.4100.14256.8555.2868.43
Hex9B82DB1D290E1013744
Octal233202333355101640167104
Binary10011011100000101101101111101101001011101000000011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b82db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,130,219); }

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

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

 a { background-color: rgb(155,130,219); }

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

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

 span { border-color: rgb(155,130,219); }

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