#9510ef

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

Shades of Blue Violet #9510EF

Tints of Blue Violet #9510EF

Color information

#9510EF (or 0x9510EF) is unknown color: approx Blue Violet. HEX triplet: 95, 10 and EF. RGB value is (149,16,239). Sum of RGB (Red+Green+Blue) = 149+16+239=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #9510EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9510EF is #6AEF10. Grayscale: #505050. Windows color (decimal): -7008017 or 15667349. OLE color: 15667349.

HSL color Cylindrical-coordinate representation of color #9510EF: hue angle of 275.78º 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 #9510EF is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14916239-
CMYK0.380.9300.06
HSL275.78º87.45%50%-
HSV(B)275.78º93.31%93.73%-
XYZ28.1612.9982.68-
YUV81.19217.06176.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 16 (6.64% from 255) = 3.96%
BLUE value IS 239 (93.75% from 255) = 59.16%
R=36.88%
G=3.96%
B=59.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal149162390.380.9300.06275.7887.4550
Hex9510EF265D061145732
Octal22520357461350642412762
Binary100101011000011101111100110101110101101000101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9510ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9510ef; }

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

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

<style>
 a { background-color: #9510ef; }

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

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

<style>
 span { border-color: #9510ef; }

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

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