#997AEB

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

Shades of Medium Purple #997AEB

Tints of Medium Purple #997AEB

Color information

#997AEB (or 0x997AEB) is unknown color: approx Medium Purple. HEX triplet: 99, 7A and EB. RGB value is (153,122,235). Sum of RGB (Red+Green+Blue) = 153+122+235=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #997AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997AEB is #668514. Grayscale: #8F8F8F. Windows color (decimal): -6718741 or 15432345. OLE color: 15432345.

HSL color Cylindrical-coordinate representation of color #997AEB: hue angle of 256.46º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997AEB is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153122235-
CMYK0.350.4800.08
HSL256.46º73.86%70%-
HSV(B)256.46º48.09%92.16%-
XYZ35.0926.6981.9-
YUV144.15179.27134.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30%
GREEN value IS 122 (48.05% from 255) = 23.92%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=30%
G=23.92%
B=46.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531222350.350.4800.08256.4673.8670
Hex997AEB2330081004a46
Octal2311723534360010400112106
Binary100110011111010111010111000111100000100010000000010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997AEB; }

 p { color: rgb(153,122,235); }

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

<style>
 a { background-color: #997AEB; }

 a { background-color: rgb(153,122,235); }

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

<style>
 span { border-color: #997AEB; }

 span { border-color: rgb(153,122,235); }

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