#ED9AF9

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

Shades of Violet #ED9AF9

Tints of Violet #ED9AF9

Color information

#ED9AF9 (or 0xED9AF9) is unknown color: approx Violet. HEX triplet: ED, 9A and F9. RGB value is (237,154,249). Sum of RGB (Red+Green+Blue) = 237+154+249=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 154 (60.55% from 255 or 24.06% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED9AF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9AF9 is #126506. Grayscale: #BDBDBD. Windows color (decimal): -1205511 or 16358125. OLE color: 16358125.

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

Color convert

RGB237154249-
CMYK0.050.3800.02
HSL292.42º88.79%79.02%-
HSV(B)292.42º38.15%97.65%-
XYZ63.5847.9695.53-
YUV189.65161.5161.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 154 (60.55% from 255) = 24.06%
BLUE value IS 249 (97.66% from 255) = 38.91%
R=37.03%
G=24.06%
B=38.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371542490.050.3800.02292.4288.7979.02
HexED9AF952602124594f
Octal35523237154602444131117
Binary11101101100110101111100110110011001010010010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AF9; }

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

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

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

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

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

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

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

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