#9238F1

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

Shades of Blue Violet #9238F1

Tints of Blue Violet #9238F1

Color information

#9238F1 (or 0x9238F1) is unknown color: approx Blue Violet. HEX triplet: 92, 38 and F1. RGB value is (146,56,241). Sum of RGB (Red+Green+Blue) = 146+56+241=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #9238F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9238F1 is #6DC70E. Grayscale: #676767. Windows color (decimal): -7194383 or 15808658. OLE color: 15808658.

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

Color convert

RGB14656241-
CMYK0.390.7700.05
HSL269.19º86.85%58.24%-
HSV(B)269.19º76.76%94.51%-
XYZ29.1515.2984.63-
YUV104205.32157.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.96%
GREEN value IS 56 (22.27% from 255) = 12.64%
BLUE value IS 241 (94.53% from 255) = 54.40%
R=32.96%
G=12.64%
B=54.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146562410.390.7700.05269.1986.8558.24
Hex9238F1274D0510d573a
Octal22270361471150541512772
Binary1001001011100011110001100111100110101011000011011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9238F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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