#ED8FF9

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

Shades of Violet #ED8FF9

Tints of Violet #ED8FF9

Color information

#ED8FF9 (or 0xED8FF9) is unknown color: approx Violet. HEX triplet: ED, 8F and F9. RGB value is (237,143,249). Sum of RGB (Red+Green+Blue) = 237+143+249=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 143 (56.25% from 255 or 22.73% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED8FF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FF9 is #127006. Grayscale: #B6B6B6. Windows color (decimal): -1208327 or 16355309. OLE color: 16355309.

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

Color convert

RGB237143249-
CMYK0.050.4300.02
HSL293.21º89.83%76.86%-
HSV(B)293.21º42.57%97.65%-
XYZ61.8544.4994.95-
YUV183.19165.14166.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 143 (56.25% from 255) = 22.73%
BLUE value IS 249 (97.66% from 255) = 39.59%
R=37.68%
G=22.73%
B=39.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371432490.050.4300.02293.2189.8376.86
HexED8FF952B021255a4d
Octal35521737155302445132115
Binary11101101100011111111100110110101101010010010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FF9; }

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

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

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

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

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

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

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

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