#9241F1

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

Shades of Blue Violet #9241F1

Tints of Blue Violet #9241F1

Color information

#9241F1 (or 0x9241F1) is unknown color: approx Blue Violet. HEX triplet: 92, 41 and F1. RGB value is (146,65,241). Sum of RGB (Red+Green+Blue) = 146+65+241=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #9241F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9241F1 is #6DBE0E. Grayscale: #6C6C6C. Windows color (decimal): -7192079 or 15810962. OLE color: 15810962.

HSL color Cylindrical-coordinate representation of color #9241F1: hue angle of 267.61º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9241F1 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14665241-
CMYK0.390.7300.05
HSL267.61º86.27%60%-
HSV(B)267.61º73.03%94.51%-
XYZ29.6216.2484.79-
YUV109.28202.34154.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.30%
GREEN value IS 65 (25.78% from 255) = 14.38%
BLUE value IS 241 (94.53% from 255) = 53.32%
R=32.30%
G=14.38%
B=53.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146652410.390.7300.05267.6186.2760
Hex9241F127490510c563c
Octal222101361471110541412674
Binary10010010100000111110001100111100100101011000011001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9241F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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