#D97BF9

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

Shades of Heliotrope #D97BF9

Tints of Heliotrope #D97BF9

Color information

#D97BF9 (or 0xD97BF9) is unknown color: approx Heliotrope. HEX triplet: D9, 7B and F9. RGB value is (217,123,249). Sum of RGB (Red+Green+Blue) = 217+123+249=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 123 (48.44% from 255 or 20.88% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #D97BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97BF9 is #268406. Grayscale: #A5A5A5. Windows color (decimal): -2524167 or 16350169. OLE color: 16350169.

HSL color Cylindrical-coordinate representation of color #D97BF9: hue angle of 284.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D97BF9 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217123249-
CMYK0.130.5100.02
HSL284.76º91.3%72.94%-
HSV(B)284.76º50.6%97.65%-
XYZ52.835.7693.74-
YUV165.47175.14164.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 123 (48.44% from 255) = 20.88%
BLUE value IS 249 (97.66% from 255) = 42.28%
R=36.84%
G=20.88%
B=42.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171232490.130.5100.02284.7691.372.94
HexD97BF9D330211d5b49
Octal331173371156302435133111
Binary11011001111101111111001110111001101010001110110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97BF9; }

 p { color: rgb(217,123,249); }

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

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

 a { background-color: rgb(217,123,249); }

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

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

 span { border-color: rgb(217,123,249); }

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