#9849ff

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

Shades of Blue Violet #9849FF

Tints of Blue Violet #9849FF

Color information

#9849FF (or 0x9849FF) is unknown color: approx Blue Violet. HEX triplet: 98, 49 and FF. RGB value is (152,73,255). Sum of RGB (Red+Green+Blue) = 152+73+255=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #9849FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9849FF is #67B600. Grayscale: #747474. Windows color (decimal): -6796801 or 16730520. OLE color: 16730520.

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

Color convert

RGB15273255-
CMYK0.400.7100
HSL266.04º100%64.31%-
HSV(B)266.04º71.37%100%-
XYZ33.3818.6696.45-
YUV117.37205.67152.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 73 (28.91% from 255) = 15.21%
BLUE value IS 255 (100% from 255) = 53.12%
R=31.67%
G=15.21%
B=53.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal152732550.400.7100266.0410064.31
Hex9849FF28470010a6440
Octal2301113775010700412144100
Binary1001100010010011111111110100010001110010000101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9849ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9849ff; }

 p { color: rgb(152,73,255); }

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

<style>
 a { background-color: #9849ff; }

 a { background-color: rgb(152,73,255); }

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

<style>
 span { border-color: #9849ff; }

 span { border-color: rgb(152,73,255); }

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