#9241FC

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

Shades of Blue Violet #9241FC

Tints of Blue Violet #9241FC

Color information

#9241FC (or 0x9241FC) is unknown color: approx Blue Violet. HEX triplet: 92, 41 and FC. RGB value is (146,65,252). Sum of RGB (Red+Green+Blue) = 146+65+252=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #9241FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9241FC is #6DBE03. Grayscale: #6D6D6D. Windows color (decimal): -7192068 or 16531858. OLE color: 16531858.

HSL color Cylindrical-coordinate representation of color #9241FC: hue angle of 265.99º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9241FC is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14665252-
CMYK0.420.7400.01
HSL265.99º96.89%62.16%-
HSV(B)265.99º74.21%98.82%-
XYZ31.3216.9293.71-
YUV110.54207.84153.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.53%
GREEN value IS 65 (25.78% from 255) = 14.04%
BLUE value IS 252 (98.83% from 255) = 54.43%
R=31.53%
G=14.04%
B=54.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal146652520.420.7400.01265.9996.8962.16
Hex9241FC2A4A0110a613e
Octal222101374521120141214176
Binary100100101000001111111001010101001010011000010101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9241FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9241FC; }

 p { color: rgb(146,65,252); }

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

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

 a { background-color: rgb(146,65,252); }

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

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

 span { border-color: rgb(146,65,252); }

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