#9237F0

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

Shades of Blue Violet #9237F0

Tints of Blue Violet #9237F0

Color information

#9237F0 (or 0x9237F0) is unknown color: approx Blue Violet. HEX triplet: 92, 37 and F0. RGB value is (146,55,240). Sum of RGB (Red+Green+Blue) = 146+55+240=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #9237F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9237F0 is #6DC80F. Grayscale: #666666. Windows color (decimal): -7194640 or 15742866. OLE color: 15742866.

HSL color Cylindrical-coordinate representation of color #9237F0: hue angle of 269.51º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9237F0 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14655240-
CMYK0.390.7700.06
HSL269.51º86.05%57.84%-
HSV(B)269.51º77.08%94.12%-
XYZ28.9515.1383.83-
YUV103.3205.15158.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.11%
GREEN value IS 55 (21.88% from 255) = 12.47%
BLUE value IS 240 (94.14% from 255) = 54.42%
R=33.11%
G=12.47%
B=54.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal146552400.390.7700.06269.5186.0557.84
Hex9237F0274D0610e563a
Octal22267360471150641612672
Binary1001001011011111110000100111100110101101000011101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9237F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9237F0; }

 p { color: rgb(146,55,240); }

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

<style>
 a { background-color: #9237F0; }

 a { background-color: rgb(146,55,240); }

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

<style>
 span { border-color: #9237F0; }

 span { border-color: rgb(146,55,240); }

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