#982DDF

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

Shades of Blue Violet #982DDF

Tints of Blue Violet #982DDF

Color information

#982DDF (or 0x982DDF) is unknown color: approx Blue Violet. HEX triplet: 98, 2D and DF. RGB value is (152,45,223). Sum of RGB (Red+Green+Blue) = 152+45+223=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #982DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DDF is #67D220. Grayscale: #606060. Windows color (decimal): -6804001 or 14626200. OLE color: 14626200.

HSL color Cylindrical-coordinate representation of color #982DDF: hue angle of 276.07º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #982DDF is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15245223-
CMYK0.320.8000.13
HSL276.07º73.55%52.55%-
HSV(B)276.07º79.82%87.45%-
XYZ27.2113.8871.06-
YUV97.28198.95167.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.19%
GREEN value IS 45 (17.97% from 255) = 10.71%
BLUE value IS 223 (87.5% from 255) = 53.10%
R=36.19%
G=10.71%
B=53.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152452230.320.8000.13276.0773.5552.55
Hex982DDF20500D1144a35
Octal230553374012001542411265
Binary10011000101101110111111000001010000011011000101001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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