#9414FF

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

Shades of Blue Violet #9414FF

Tints of Blue Violet #9414FF

Color information

#9414FF (or 0x9414FF) is unknown color: approx Blue Violet. HEX triplet: 94, 14 and FF. RGB value is (148,20,255). Sum of RGB (Red+Green+Blue) = 148+20+255=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #9414FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9414FF is #6BEB00. Grayscale: #545454. Windows color (decimal): -7072513 or 16716948. OLE color: 16716948.

HSL color Cylindrical-coordinate representation of color #9414FF: hue angle of 272.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9414FF is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14820255-
CMYK0.420.9200
HSL272.68º100%53.92%-
HSV(B)272.68º92.16%100%-
XYZ30.5114.0295.7-
YUV85.06223.91172.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 20 (8.20% from 255) = 4.73%
BLUE value IS 255 (100% from 255) = 60.28%
R=34.99%
G=4.73%
B=60.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal148202550.420.9200272.6810053.92
Hex9414FF2A5C001116436
Octal22424377521340042114466
Binary1001010010100111111111010101011100001000100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9414FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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