#9415F7

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

Shades of Blue Violet #9415F7

Tints of Blue Violet #9415F7

Color information

#9415F7 (or 0x9415F7) is unknown color: approx Blue Violet. HEX triplet: 94, 15 and F7. RGB value is (148,21,247). Sum of RGB (Red+Green+Blue) = 148+21+247=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 247 (96.88% from 255 or 59.38% from 416); Max value from RGB is 247 - color contains mainly: blue. Hex color #9415F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9415F7 is #6BEA08. Grayscale: #535353. Windows color (decimal): -7072265 or 16192916. OLE color: 16192916.

HSL color Cylindrical-coordinate representation of color #9415F7: hue angle of 273.72º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9415F7 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14821247-
CMYK0.400.9100.03
HSL273.72º93.39%52.55%-
HSV(B)273.72º91.5%96.86%-
XYZ29.2713.5589.07-
YUV84.74219.58173.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 21 (8.59% from 255) = 5.05%
BLUE value IS 247 (96.88% from 255) = 59.38%
R=35.58%
G=5.05%
B=59.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal148212470.400.9100.03273.7293.3952.55
Hex9415F7285B031125d35
Octal22425367501330342213565
Binary10010100101011111011110100010110110111000100101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9415F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9415F7; }

 p { color: rgb(148,21,247); }

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

<style>
 a { background-color: #9415F7; }

 a { background-color: rgb(148,21,247); }

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

<style>
 span { border-color: #9415F7; }

 span { border-color: rgb(148,21,247); }

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