#FE9AFE

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

Shades of Violet #FE9AFE

Tints of Violet #FE9AFE

Color information

#FE9AFE (or 0xFE9AFE) is unknown color: approx Violet. HEX triplet: FE, 9A and FE. RGB value is (254,154,254). Sum of RGB (Red+Green+Blue) = 254+154+254=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 154 (60.55% from 255 or 23.26% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE9AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9AFE is #016501. Grayscale: #C3C3C3. Windows color (decimal): -91394 or 16685822. OLE color: 16685822.

HSL color Cylindrical-coordinate representation of color #FE9AFE: hue angle of 300º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9AFE is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB254154254-
CMYK00.3900.00
HSL300º98.04%80%-
HSV(B)300º39.37%99.61%-
XYZ70.3251.3499.97-
YUV195.3161.13169.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 154 (60.55% from 255) = 23.26%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=38.37%
G=23.26%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415425400.3900.0030098.0480
HexFE9AFE0270012c6250
Octal37623237604700454142120
Binary11111110100110101111111001001110010010110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9AFE; }

 p { color: rgb(254,154,254); }

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

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

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

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

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

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

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