#984DF1

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

Shades of Blue Violet #984DF1

Tints of Blue Violet #984DF1

Color information

#984DF1 (or 0x984DF1) is unknown color: approx Blue Violet. HEX triplet: 98, 4D and F1. RGB value is (152,77,241). Sum of RGB (Red+Green+Blue) = 152+77+241=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #984DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #984DF1 is #67B20E. Grayscale: #757575. Windows color (decimal): -6795791 or 15814040. OLE color: 15814040.

HSL color Cylindrical-coordinate representation of color #984DF1: hue angle of 267.44º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #984DF1 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15277241-
CMYK0.370.6800.05
HSL267.44º85.42%62.35%-
HSV(B)267.44º68.05%94.51%-
XYZ31.4818.3385.1-
YUV118.12197.35152.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.34%
GREEN value IS 77 (30.47% from 255) = 16.38%
BLUE value IS 241 (94.53% from 255) = 51.28%
R=32.34%
G=16.38%
B=51.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152772410.370.6800.05267.4485.4262.35
Hex984DF125440510b553e
Octal230115361451040541312576
Binary10011000100110111110001100101100010001011000010111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984DF1; }

 p { color: rgb(152,77,241); }

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

<style>
 a { background-color: #984DF1; }

 a { background-color: rgb(152,77,241); }

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

<style>
 span { border-color: #984DF1; }

 span { border-color: rgb(152,77,241); }

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