#996BD9

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

Shades of Medium Purple #996BD9

Tints of Medium Purple #996BD9

Color information

#996BD9 (or 0x996BD9) is unknown color: approx Medium Purple. HEX triplet: 99, 6B and D9. RGB value is (153,107,217). Sum of RGB (Red+Green+Blue) = 153+107+217=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #996BD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BD9 is #669426. Grayscale: #848484. Windows color (decimal): -6722599 or 14248857. OLE color: 14248857.

HSL color Cylindrical-coordinate representation of color #996BD9: hue angle of 265.09º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #996BD9 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153107217-
CMYK0.290.5100.15
HSL265.09º59.14%63.53%-
HSV(B)265.09º50.69%85.1%-
XYZ30.9222.368.32-
YUV133.29175.24142.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.08%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 217 (85.16% from 255) = 45.49%
R=32.08%
G=22.43%
B=45.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531072170.290.5100.15265.0959.1463.53
Hex996BD91D330F1093b40
Octal231153331356301741173100
Binary1001100111010111101100111101110011011111000010011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996BD9; }

 p { color: rgb(153,107,217); }

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

<style>
 a { background-color: #996BD9; }

 a { background-color: rgb(153,107,217); }

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

<style>
 span { border-color: #996BD9; }

 span { border-color: rgb(153,107,217); }

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