#982bf6

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

Shades of Blue Violet #982BF6

Tints of Blue Violet #982BF6

Color information

#982BF6 (or 0x982BF6) is unknown color: approx Blue Violet. HEX triplet: 98, 2B and F6. RGB value is (152,43,246). Sum of RGB (Red+Green+Blue) = 152+43+246=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #982BF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982BF6 is #67D409. Grayscale: #626262. Windows color (decimal): -6804490 or 16133016. OLE color: 16133016.

HSL color Cylindrical-coordinate representation of color #982BF6: hue angle of 272.22º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #982BF6 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15243246-
CMYK0.380.8300.04
HSL272.22º91.86%56.67%-
HSV(B)272.22º82.52%96.47%-
XYZ30.4515.0688.49-
YUV98.73211.11165.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 43 (17.19% from 255) = 9.75%
BLUE value IS 246 (96.48% from 255) = 55.78%
R=34.47%
G=9.75%
B=55.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal152432460.380.8300.04272.2291.8656.67
Hex982BF62653041105c39
Octal23053366461230442013471
Binary1001100010101111110110100110101001101001000100001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982bf6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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