#983CF3

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

Shades of Blue Violet #983CF3

Tints of Blue Violet #983CF3

Color information

#983CF3 (or 0x983CF3) is unknown color: approx Blue Violet. HEX triplet: 98, 3C and F3. RGB value is (152,60,243). Sum of RGB (Red+Green+Blue) = 152+60+243=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #983CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983CF3 is #67C30C. Grayscale: #6B6B6B. Windows color (decimal): -6800141 or 15940760. OLE color: 15940760.

HSL color Cylindrical-coordinate representation of color #983CF3: hue angle of 270.16º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #983CF3 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15260243-
CMYK0.370.7500.05
HSL270.16º88.41%59.41%-
HSV(B)270.16º75.31%95.29%-
XYZ30.7416.3886.34-
YUV108.37203.98159.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 60 (23.83% from 255) = 13.19%
BLUE value IS 243 (95.31% from 255) = 53.41%
R=33.41%
G=13.19%
B=53.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152602430.370.7500.05270.1688.4159.41
Hex983CF3254B0510e583b
Octal23074363451130541613073
Binary1001100011110011110011100101100101101011000011101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,60,243); }

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

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

 a { background-color: rgb(152,60,243); }

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

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

 span { border-color: rgb(152,60,243); }

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