#ED9DF9

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

Shades of Violet #ED9DF9

Tints of Violet #ED9DF9

Color information

#ED9DF9 (or 0xED9DF9) is unknown color: approx Violet. HEX triplet: ED, 9D and F9. RGB value is (237,157,249). Sum of RGB (Red+Green+Blue) = 237+157+249=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 157 (61.72% from 255 or 24.42% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED9DF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9DF9 is #126206. Grayscale: #BFBFBF. Windows color (decimal): -1204743 or 16358893. OLE color: 16358893.

HSL color Cylindrical-coordinate representation of color #ED9DF9: hue angle of 292.17º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED9DF9 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237157249-
CMYK0.050.3700.02
HSL292.17º88.46%79.61%-
HSV(B)292.17º36.95%97.65%-
XYZ64.0848.9695.69-
YUV191.41160.5160.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 157 (61.72% from 255) = 24.42%
BLUE value IS 249 (97.66% from 255) = 38.72%
R=36.86%
G=24.42%
B=38.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371572490.050.3700.02292.1788.4679.61
HexED9DF9525021245850
Octal35523537154502444130120
Binary11101101100111011111100110110010101010010010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9DF9; }

 p { color: rgb(237,157,249); }

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

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

 a { background-color: rgb(237,157,249); }

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

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

 span { border-color: rgb(237,157,249); }

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