#E98AFD

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

Shades of Violet #E98AFD

Tints of Violet #E98AFD

Color information

#E98AFD (or 0xE98AFD) is unknown color: approx Violet. HEX triplet: E9, 8A and FD. RGB value is (233,138,253). Sum of RGB (Red+Green+Blue) = 233+138+253=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 138 (54.30% from 255 or 22.12% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #E98AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98AFD is #167502. Grayscale: #B3B3B3. Windows color (decimal): -1471747 or 16616169. OLE color: 16616169.

HSL color Cylindrical-coordinate representation of color #E98AFD: hue angle of 289.57º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E98AFD is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233138253-
CMYK0.080.4500.01
HSL289.57º96.64%76.67%-
HSV(B)289.57º45.45%99.22%-
XYZ60.4242.5997.97-
YUV179.52169.47166.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.34%
GREEN value IS 138 (54.30% from 255) = 22.12%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=37.34%
G=22.12%
B=40.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331382530.080.4500.01289.5796.6476.67
HexE98AFD82D01122614d
Octal351212375105501442141115
Binary11101001100010101111110110001011010110010001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98AFD; }

 p { color: rgb(233,138,253); }

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

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

 a { background-color: rgb(233,138,253); }

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

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

 span { border-color: rgb(233,138,253); }

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