#9819F3

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

Shades of Blue Violet #9819F3

Tints of Blue Violet #9819F3

Color information

#9819F3 (or 0x9819F3) is unknown color: approx Blue Violet. HEX triplet: 98, 19 and F3. RGB value is (152,25,243). Sum of RGB (Red+Green+Blue) = 152+25+243=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #9819F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9819F3 is #67E60C. Grayscale: #575757. Windows color (decimal): -6809101 or 15931800. OLE color: 15931800.

HSL color Cylindrical-coordinate representation of color #9819F3: hue angle of 274.95º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9819F3 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15225243-
CMYK0.370.9000.05
HSL274.95º90.08%52.55%-
HSV(B)274.95º89.71%95.29%-
XYZ29.4713.8485.91-
YUV87.82215.58173.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.19%
GREEN value IS 25 (10.16% from 255) = 5.95%
BLUE value IS 243 (95.31% from 255) = 57.86%
R=36.19%
G=5.95%
B=57.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152252430.370.9000.05274.9590.0852.55
Hex9819F3255A051135a35
Octal23031363451320542313265
Binary100110001100111110011100101101101001011000100111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9819F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9819F3; }

 p { color: rgb(152,25,243); }

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

<style>
 a { background-color: #9819F3; }

 a { background-color: rgb(152,25,243); }

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

<style>
 span { border-color: #9819F3; }

 span { border-color: rgb(152,25,243); }

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