#983BF8

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

Shades of Blue Violet #983BF8

Tints of Blue Violet #983BF8

Color information

#983BF8 (or 0x983BF8) is unknown color: approx Blue Violet. HEX triplet: 98, 3B and F8. RGB value is (152,59,248). Sum of RGB (Red+Green+Blue) = 152+59+248=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #983BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983BF8 is #67C407. Grayscale: #6B6B6B. Windows color (decimal): -6800392 or 16268184. OLE color: 16268184.

HSL color Cylindrical-coordinate representation of color #983BF8: hue angle of 269.52º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #983BF8 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15259248-
CMYK0.390.7600.03
HSL269.52º93.1%60.2%-
HSV(B)269.52º76.21%97.25%-
XYZ31.4616.5890.35-
YUV108.35206.81159.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 59 (23.44% from 255) = 12.85%
BLUE value IS 248 (97.27% from 255) = 54.03%
R=33.12%
G=12.85%
B=54.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal152592480.390.7600.03269.5293.160.2
Hex983BF8274C0310e5d3c
Octal23073370471140341613574
Binary100110001110111111100010011110011000111000011101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983BF8; }

 p { color: rgb(152,59,248); }

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

<style>
 a { background-color: #983BF8; }

 a { background-color: rgb(152,59,248); }

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

<style>
 span { border-color: #983BF8; }

 span { border-color: rgb(152,59,248); }

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