#9610EF

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

Shades of Blue Violet #9610EF

Tints of Blue Violet #9610EF

Color information

#9610EF (or 0x9610EF) is unknown color: approx Blue Violet. HEX triplet: 96, 10 and EF. RGB value is (150,16,239). Sum of RGB (Red+Green+Blue) = 150+16+239=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #9610EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9610EF is #69EF10. Grayscale: #505050. Windows color (decimal): -6942481 or 15667350. OLE color: 15667350.

HSL color Cylindrical-coordinate representation of color #9610EF: hue angle of 276.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9610EF is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15016239-
CMYK0.370.9300.06
HSL276.05º87.45%50%-
HSV(B)276.05º93.31%93.73%-
XYZ28.3413.0982.69-
YUV81.49216.89176.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 16 (6.64% from 255) = 3.95%
BLUE value IS 239 (93.75% from 255) = 59.01%
R=37.04%
G=3.95%
B=59.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal150162390.370.9300.06276.0587.4550
Hex9610EF255D061145732
Octal22620357451350642412762
Binary100101101000011101111100101101110101101000101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9610EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,16,239); }

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

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

 a { background-color: rgb(150,16,239); }

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

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

 span { border-color: rgb(150,16,239); }

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