#9914F6

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

Shades of Blue Violet #9914F6

Tints of Blue Violet #9914F6

Color information

#9914F6 (or 0x9914F6) is unknown color: approx Blue Violet. HEX triplet: 99, 14 and F6. RGB value is (153,20,246). Sum of RGB (Red+Green+Blue) = 153+20+246=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 246 (96.48% from 255 or 58.71% from 419); Max value from RGB is 246 - color contains mainly: blue. Hex color #9914F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9914F6 is #66EB09. Grayscale: #545454. Windows color (decimal): -6744842 or 16127129. OLE color: 16127129.

HSL color Cylindrical-coordinate representation of color #9914F6: hue angle of 275.31º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9914F6 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15320246-
CMYK0.380.9200.04
HSL275.31º92.62%52.16%-
HSV(B)275.31º91.87%96.47%-
XYZ30.0213.9388.29-
YUV85.53218.56176.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 20 (8.20% from 255) = 4.77%
BLUE value IS 246 (96.48% from 255) = 58.71%
R=36.52%
G=4.77%
B=58.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal153202460.380.9200.04275.3192.6252.16
Hex9914F6265C041135d34
Octal23124366461340442313564
Binary100110011010011110110100110101110001001000100111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9914F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9914F6; }

 p { color: rgb(153,20,246); }

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

<style>
 a { background-color: #9914F6; }

 a { background-color: rgb(153,20,246); }

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

<style>
 span { border-color: #9914F6; }

 span { border-color: rgb(153,20,246); }

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