#9410EF

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

Shades of Blue Violet #9410EF

Tints of Blue Violet #9410EF

Color information

#9410EF (or 0x9410EF) is unknown color: approx Blue Violet. HEX triplet: 94, 10 and EF. RGB value is (148,16,239). Sum of RGB (Red+Green+Blue) = 148+16+239=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #9410EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9410EF is #6BEF10. Grayscale: #505050. Windows color (decimal): -7073553 or 15667348. OLE color: 15667348.

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

Color convert

RGB14816239-
CMYK0.380.9300.06
HSL275.52º87.45%50%-
HSV(B)275.52º93.31%93.73%-
XYZ27.9812.982.68-
YUV80.89217.23175.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 16 (6.64% from 255) = 3.97%
BLUE value IS 239 (93.75% from 255) = 59.31%
R=36.72%
G=3.97%
B=59.31%

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
Decimal148162390.380.9300.06275.5287.4550
Hex9410EF265D061145732
Octal22420357461350642412762
Binary100101001000011101111100110101110101101000101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9410EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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