#9215F4

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

Shades of Blue Violet #9215F4

Tints of Blue Violet #9215F4

Color information

#9215F4 (or 0x9215F4) is unknown color: approx Blue Violet. HEX triplet: 92, 15 and F4. RGB value is (146,21,244). Sum of RGB (Red+Green+Blue) = 146+21+244=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 244 (95.70% from 255 or 59.37% from 411); Max value from RGB is 244 - color contains mainly: blue. Hex color #9215F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9215F4 is #6DEA0B. Grayscale: #535353. Windows color (decimal): -7203340 or 15996306. OLE color: 15996306.

HSL color Cylindrical-coordinate representation of color #9215F4: hue angle of 273.63º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9215F4 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14621244-
CMYK0.400.9100.04
HSL273.63º91.02%51.96%-
HSV(B)273.63º91.39%95.69%-
XYZ28.4513.1886.63-
YUV83.8218.41172.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.52%
GREEN value IS 21 (8.59% from 255) = 5.11%
BLUE value IS 244 (95.70% from 255) = 59.37%
R=35.52%
G=5.11%
B=59.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal146212440.400.9100.04273.6391.0251.96
Hex9215F4285B041125b34
Octal22225364501330442213364
Binary100100101010111110100101000101101101001000100101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9215F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9215F4; }

 p { color: rgb(146,21,244); }

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

<style>
 a { background-color: #9215F4; }

 a { background-color: rgb(146,21,244); }

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

<style>
 span { border-color: #9215F4; }

 span { border-color: rgb(146,21,244); }

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