#982BE9

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

Shades of Blue Violet #982BE9

Tints of Blue Violet #982BE9

Color information

#982BE9 (or 0x982BE9) is unknown color: approx Blue Violet. HEX triplet: 98, 2B and E9. RGB value is (152,43,233). Sum of RGB (Red+Green+Blue) = 152+43+233=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #982BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982BE9 is #67D416. Grayscale: #606060. Windows color (decimal): -6804503 or 15281048. OLE color: 15281048.

HSL color Cylindrical-coordinate representation of color #982BE9: hue angle of 274.42º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #982BE9 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15243233-
CMYK0.350.8200.09
HSL274.42º81.2%54.12%-
HSV(B)274.42º81.55%91.37%-
XYZ28.5214.2978.35-
YUV97.25204.61167.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 43 (17.19% from 255) = 10.05%
BLUE value IS 233 (91.41% from 255) = 54.44%
R=35.51%
G=10.05%
B=54.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal152432330.350.8200.09274.4281.254.12
Hex982BE92352091125136
Octal230533514312201142212166
Binary10011000101011111010011000111010010010011000100101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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