#9E6BDB

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

Shades of Medium Purple #9E6BDB

Tints of Medium Purple #9E6BDB

Color information

#9E6BDB (or 0x9E6BDB) is unknown color: approx Medium Purple. HEX triplet: 9E, 6B and DB. RGB value is (158,107,219). Sum of RGB (Red+Green+Blue) = 158+107+219=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E6BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6BDB is #619424. Grayscale: #868686. Windows color (decimal): -6394917 or 14379934. OLE color: 14379934.

HSL color Cylindrical-coordinate representation of color #9E6BDB: hue angle of 267.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E6BDB is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB158107219-
CMYK0.280.5100.14
HSL267.32º60.87%63.92%-
HSV(B)267.32º51.14%85.88%-
XYZ32.1422.969.74-
YUV135.02175.4144.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.64%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 219 (85.94% from 255) = 45.25%
R=32.64%
G=22.11%
B=45.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581072190.280.5100.14267.3260.8763.92
Hex9E6BDB1C330E10b3d40
Octal236153333346301641375100
Binary1001111011010111101101111100110011011101000010111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,107,219); }

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

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

 a { background-color: rgb(158,107,219); }

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

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

 span { border-color: rgb(158,107,219); }

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