#9025FE

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

Shades of Blue Violet #9025FE

Tints of Blue Violet #9025FE

Color information

#9025FE (or 0x9025FE) is unknown color: approx Blue Violet. HEX triplet: 90, 25 and FE. RGB value is (144,37,254). Sum of RGB (Red+Green+Blue) = 144+37+254=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #9025FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9025FE is #6FDA01. Grayscale: #5C5C5C. Windows color (decimal): -7330306 or 16655760. OLE color: 16655760.

HSL color Cylindrical-coordinate representation of color #9025FE: hue angle of 269.59º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9025FE is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB14437254-
CMYK0.430.8500.00
HSL269.59º99.09%57.06%-
HSV(B)269.59º85.43%99.61%-
XYZ30.0514.4194.96-
YUV93.73218.45163.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 37 (14.84% from 255) = 8.51%
BLUE value IS 254 (99.61% from 255) = 58.39%
R=33.10%
G=8.51%
B=58.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal144372540.430.8500.00269.5999.0957.06
Hex9025FE2B550010e6339
Octal22045376531250041614371
Binary10010000100101111111101010111010101001000011101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9025FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9025FE; }

 p { color: rgb(144,37,254); }

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

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

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

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

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

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

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