#9041FF

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

Shades of Blue Violet #9041FF

Tints of Blue Violet #9041FF

Color information

#9041FF (or 0x9041FF) is unknown color: approx Blue Violet. HEX triplet: 90, 41 and FF. RGB value is (144,65,255). Sum of RGB (Red+Green+Blue) = 144+65+255=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #9041FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9041FF is #6FBE00. Grayscale: #6D6D6D. Windows color (decimal): -7323137 or 16728464. OLE color: 16728464.

HSL color Cylindrical-coordinate representation of color #9041FF: hue angle of 264.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9041FF is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14465255-
CMYK0.440.7500
HSL264.95º100%62.75%-
HSV(B)264.95º74.51%100%-
XYZ31.4416.9396.22-
YUV110.28209.67152.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.03%
GREEN value IS 65 (25.78% from 255) = 14.01%
BLUE value IS 255 (100% from 255) = 54.96%
R=31.03%
G=14.01%
B=54.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal144652550.440.7500264.9510062.75
Hex9041FF2C4B00109643f
Octal220101377541130041114477
Binary100100001000001111111111011001001011001000010011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9041FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9041FF; }

 p { color: rgb(144,65,255); }

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

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

 a { background-color: rgb(144,65,255); }

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

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

 span { border-color: rgb(144,65,255); }

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