#982DEF

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

Shades of Blue Violet #982DEF

Tints of Blue Violet #982DEF

Color information

#982DEF (or 0x982DEF) is unknown color: approx Blue Violet. HEX triplet: 98, 2D and EF. RGB value is (152,45,239). Sum of RGB (Red+Green+Blue) = 152+45+239=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #982DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982DEF is #67D210. Grayscale: #626262. Windows color (decimal): -6803985 or 15674776. OLE color: 15674776.

HSL color Cylindrical-coordinate representation of color #982DEF: hue angle of 273.09º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982DEF is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15245239-
CMYK0.360.8100.06
HSL273.09º85.84%55.69%-
HSV(B)273.09º81.17%93.73%-
XYZ29.4714.7882.96-
YUV99.11206.95165.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 45 (17.97% from 255) = 10.32%
BLUE value IS 239 (93.75% from 255) = 54.82%
R=34.86%
G=10.32%
B=54.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152452390.360.8100.06273.0985.8455.69
Hex982DEF2451061115638
Octal23055357441210642112670
Binary1001100010110111101111100100101000101101000100011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982DEF; }

 p { color: rgb(152,45,239); }

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

<style>
 a { background-color: #982DEF; }

 a { background-color: rgb(152,45,239); }

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

<style>
 span { border-color: #982DEF; }

 span { border-color: rgb(152,45,239); }

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