#9803F0

Color #9803F0 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9803F0

Tints of Dark Violet #9803F0

Color information

#9803F0 (or 0x9803F0) is unknown color: approx Dark Violet. HEX triplet: 98, 03 and F0. RGB value is (152,3,240). Sum of RGB (Red+Green+Blue) = 152+3+240=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 240 (94.14% from 255 or 60.76% from 395); Max value from RGB is 240 - color contains mainly: blue. Hex color #9803F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9803F0 is #67FC0F. Grayscale: #494949. Windows color (decimal): -6814736 or 15729560. OLE color: 15729560.

HSL color Cylindrical-coordinate representation of color #9803F0: hue angle of 277.72º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9803F0 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1523240-
CMYK0.370.9900.06
HSL277.72º97.53%47.65%-
HSV(B)277.72º98.75%94.12%-
XYZ28.7113.0383.44-
YUV74.57221.36183.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 3 (1.56% from 255) = 0.76%
BLUE value IS 240 (94.14% from 255) = 60.76%
R=38.48%
G=0.76%
B=60.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15232400.370.9900.06277.7297.5347.65
Hex983F02563061166230
Octal2303360451430642614260
Binary100110001111110000100101110001101101000101101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9803F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9803F0; }

 p { color: rgb(152,3,240); }

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

<style>
 a { background-color: #9803F0; }

 a { background-color: rgb(152,3,240); }

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

<style>
 span { border-color: #9803F0; }

 span { border-color: rgb(152,3,240); }

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