#9414ef

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

Shades of Blue Violet #9414EF

Tints of Blue Violet #9414EF

Color information

#9414EF (or 0x9414EF) is unknown color: approx Blue Violet. HEX triplet: 94, 14 and EF. RGB value is (148,20,239). Sum of RGB (Red+Green+Blue) = 148+20+239=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #9414EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9414EF is #6BEB10. Grayscale: #525252. Windows color (decimal): -7072529 or 15668372. OLE color: 15668372.

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

Color convert

RGB14820239-
CMYK0.380.9200.06
HSL275.07º87.25%50.78%-
HSV(B)275.07º91.63%93.73%-
XYZ28.0413.0382.7-
YUV83.24215.91174.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 20 (8.20% from 255) = 4.91%
BLUE value IS 239 (93.75% from 255) = 58.72%
R=36.36%
G=4.91%
B=58.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal148202390.380.9200.06275.0787.2550.78
Hex9414EF265C061135733
Octal22424357461340642312763
Binary100101001010011101111100110101110001101000100111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9414ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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