#D98AE7

Color #D98AE7 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #D98AE7

Tints of Violet #D98AE7

Color information

#D98AE7 (or 0xD98AE7) is unknown color: approx Violet. HEX triplet: D9, 8A and E7. RGB value is (217,138,231). Sum of RGB (Red+Green+Blue) = 217+138+231=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 231 - color contains mainly: blue. Hex color #D98AE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98AE7 is #267518. Grayscale: #ABABAB. Windows color (decimal): -2520345 or 15174361. OLE color: 15174361.

HSL color Cylindrical-coordinate representation of color #D98AE7: hue angle of 290.97º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98AE7 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB217138231-
CMYK0.060.4000.09
HSL290.97º65.96%72.35%-
HSV(B)290.97º40.26%90.59%-
XYZ52.1338.780.32-
YUV172.22161.17159.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 138 (54.30% from 255) = 23.55%
BLUE value IS 231 (90.62% from 255) = 39.42%
R=37.03%
G=23.55%
B=39.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2171382310.060.4000.09290.9765.9672.35
HexD98AE7628091234248
Octal331212347650011443102110
Binary1101100110001010111001111101010000100110010001110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98AE7; }

 p { color: rgb(217,138,231); }

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

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

 a { background-color: rgb(217,138,231); }

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

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

 span { border-color: rgb(217,138,231); }

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