#982ADC

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

Shades of Blue Violet #982ADC

Tints of Blue Violet #982ADC

Color information

#982ADC (or 0x982ADC) is unknown color: approx Blue Violet. HEX triplet: 98, 2A and DC. RGB value is (152,42,220). Sum of RGB (Red+Green+Blue) = 152+42+220=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #982ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ADC is #67D523. Grayscale: #5E5E5E. Windows color (decimal): -6804772 or 14428824. OLE color: 14428824.

HSL color Cylindrical-coordinate representation of color #982ADC: hue angle of 277.08º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982ADC is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15242220-
CMYK0.310.8100.14
HSL277.08º71.77%51.37%-
HSV(B)277.08º80.91%86.27%-
XYZ26.713.568.91-
YUV95.18198.44168.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 42 (16.80% from 255) = 10.14%
BLUE value IS 220 (86.33% from 255) = 53.14%
R=36.71%
G=10.14%
B=53.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152422200.310.8100.14277.0871.7751.37
Hex982ADC1F510E1154833
Octal230523343712101642511063
Binary1001100010101011011100111111010001011101000101011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,42,220); }

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

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

 a { background-color: rgb(152,42,220); }

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

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

 span { border-color: rgb(152,42,220); }

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