#9746F0

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

Shades of Blue Violet #9746F0

Tints of Blue Violet #9746F0

Color information

#9746F0 (or 0x9746F0) is unknown color: approx Blue Violet. HEX triplet: 97, 46 and F0. RGB value is (151,70,240). Sum of RGB (Red+Green+Blue) = 151+70+240=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #9746F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9746F0 is #68B90F. Grayscale: #717171. Windows color (decimal): -6863120 or 15746711. OLE color: 15746711.

HSL color Cylindrical-coordinate representation of color #9746F0: hue angle of 268.59º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9746F0 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15170240-
CMYK0.370.7100.06
HSL268.59º85%60.78%-
HSV(B)268.59º70.83%94.12%-
XYZ30.6817.2584.15-
YUV113.6199.34154.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.75%
GREEN value IS 70 (27.73% from 255) = 15.18%
BLUE value IS 240 (94.14% from 255) = 52.06%
R=32.75%
G=15.18%
B=52.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151702400.370.7100.06268.598560.78
Hex9746F025470610d553d
Octal227106360451070641512575
Binary10010111100011011110000100101100011101101000011011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9746F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,70,240); }

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

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

 a { background-color: rgb(151,70,240); }

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

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

 span { border-color: rgb(151,70,240); }

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