#FE9BFE

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

Shades of Violet #FE9BFE

Tints of Violet #FE9BFE

Color information

#FE9BFE (or 0xFE9BFE) is unknown color: approx Violet. HEX triplet: FE, 9B and FE. RGB value is (254,155,254). Sum of RGB (Red+Green+Blue) = 254+155+254=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 155 (60.94% from 255 or 23.38% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE9BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9BFE is #016401. Grayscale: #C3C3C3. Windows color (decimal): -91138 or 16686078. OLE color: 16686078.

HSL color Cylindrical-coordinate representation of color #FE9BFE: 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 #FE9BFE is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB254155254-
CMYK00.3900.00
HSL300º98.02%80.2%-
HSV(B)300º38.98%99.61%-
XYZ70.4851.67100.02-
YUV195.89160.8169.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 155 (60.94% from 255) = 23.38%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=38.31%
G=23.38%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415525400.3900.0030098.0280.2
HexFE9BFE0270012c6250
Octal37623337604700454142120
Binary11111110100110111111111001001110010010110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BFE; }

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

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

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

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

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

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

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

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