#982afb

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

Shades of Blue Violet #982AFB

Tints of Blue Violet #982AFB

Color information

#982AFB (or 0x982AFB) is unknown color: approx Blue Violet. HEX triplet: 98, 2A and FB. RGB value is (152,42,251). Sum of RGB (Red+Green+Blue) = 152+42+251=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #982AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982AFB is #67D504. Grayscale: #616161. Windows color (decimal): -6804741 or 16460440. OLE color: 16460440.

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

Color convert

RGB15242251-
CMYK0.390.8300.02
HSL271.58º96.31%57.45%-
HSV(B)271.58º83.27%98.43%-
XYZ31.1915.392.58-
YUV98.72213.94166.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 42 (16.80% from 255) = 9.44%
BLUE value IS 251 (98.44% from 255) = 56.40%
R=34.16%
G=9.44%
B=56.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal152422510.390.8300.02271.5896.3157.45
Hex982AFB2753021106039
Octal23052373471230242014071
Binary100110001010101111101110011110100110101000100001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982afb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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