#982BDE

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

Shades of Blue Violet #982BDE

Tints of Blue Violet #982BDE

Color information

#982BDE (or 0x982BDE) is unknown color: approx Blue Violet. HEX triplet: 98, 2B and DE. RGB value is (152,43,222). Sum of RGB (Red+Green+Blue) = 152+43+222=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #982BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982BDE is #67D421. Grayscale: #5F5F5F. Windows color (decimal): -6804514 or 14560152. OLE color: 14560152.

HSL color Cylindrical-coordinate representation of color #982BDE: hue angle of 276.54º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982BDE is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15243222-
CMYK0.320.8100.13
HSL276.54º73.06%51.96%-
HSV(B)276.54º80.63%87.06%-
XYZ2713.6870.32-
YUV96199.11167.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 43 (17.19% from 255) = 10.31%
BLUE value IS 222 (87.11% from 255) = 53.24%
R=36.45%
G=10.31%
B=53.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152432220.320.8100.13276.5473.0651.96
Hex982BDE20510D1154934
Octal230533364012101542511164
Binary10011000101011110111101000001010001011011000101011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,43,222); }

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

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

 a { background-color: rgb(152,43,222); }

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

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

 span { border-color: rgb(152,43,222); }

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