#982CEE

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

Shades of Blue Violet #982CEE

Tints of Blue Violet #982CEE

Color information

#982CEE (or 0x982CEE) is unknown color: approx Blue Violet. HEX triplet: 98, 2C and EE. RGB value is (152,44,238). Sum of RGB (Red+Green+Blue) = 152+44+238=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #982CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982CEE is #67D311. Grayscale: #616161. Windows color (decimal): -6804242 or 15608984. OLE color: 15608984.

HSL color Cylindrical-coordinate representation of color #982CEE: hue angle of 273.4º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #982CEE is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15244238-
CMYK0.360.8200.07
HSL273.4º85.09%55.29%-
HSV(B)273.4º81.51%93.33%-
XYZ29.2814.6582.17-
YUV98.41206.78166.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 44 (17.58% from 255) = 10.14%
BLUE value IS 238 (93.36% from 255) = 54.84%
R=35.02%
G=10.14%
B=54.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152442380.360.8200.07273.485.0955.29
Hex982CEE2452071115537
Octal23054356441220742112567
Binary1001100010110011101110100100101001001111000100011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,44,238); }

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

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

 a { background-color: rgb(152,44,238); }

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

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

 span { border-color: rgb(152,44,238); }

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