#9746EF

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

Shades of Blue Violet #9746EF

Tints of Blue Violet #9746EF

Color information

#9746EF (or 0x9746EF) is unknown color: approx Blue Violet. HEX triplet: 97, 46 and EF. RGB value is (151,70,239). Sum of RGB (Red+Green+Blue) = 151+70+239=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #9746EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9746EF is #68B910. Grayscale: #707070. Windows color (decimal): -6863121 or 15681175. OLE color: 15681175.

HSL color Cylindrical-coordinate representation of color #9746EF: hue angle of 268.76º degrees, saturation: 0.84, 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 #9746EF is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15170239-
CMYK0.370.7100.06
HSL268.76º84.08%60.59%-
HSV(B)268.76º70.71%93.73%-
XYZ30.5317.1983.37-
YUV113.49198.84154.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.83%
GREEN value IS 70 (27.73% from 255) = 15.22%
BLUE value IS 239 (93.75% from 255) = 51.96%
R=32.83%
G=15.22%
B=51.96%

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
Decimal151702390.370.7100.06268.7684.0860.59
Hex9746EF25470610d543d
Octal227106357451070641512475
Binary10010111100011011101111100101100011101101000011011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9746EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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