#982ce2

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

Shades of Blue Violet #982CE2

Tints of Blue Violet #982CE2

Color information

#982CE2 (or 0x982CE2) is unknown color: approx Blue Violet. HEX triplet: 98, 2C and E2. RGB value is (152,44,226). Sum of RGB (Red+Green+Blue) = 152+44+226=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #982CE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982CE2 is #67D31D. Grayscale: #606060. Windows color (decimal): -6804254 or 14822552. OLE color: 14822552.

HSL color Cylindrical-coordinate representation of color #982CE2: hue angle of 275.6º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982CE2 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15244226-
CMYK0.330.8100.11
HSL275.6º75.83%52.94%-
HSV(B)275.6º80.53%88.63%-
XYZ27.5813.9773.19-
YUV97.04200.78167.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 44 (17.58% from 255) = 10.43%
BLUE value IS 226 (88.67% from 255) = 53.55%
R=36.02%
G=10.43%
B=53.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152442260.330.8100.11275.675.8352.94
Hex982CE221510B1144c35
Octal230543424112101342411465
Binary10011000101100111000101000011010001010111000101001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982ce2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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