#9800F9

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

Shades of Dark Violet #9800F9

Tints of Dark Violet #9800F9

Color information

#9800F9 (or 0x9800F9) is unknown color: approx Dark Violet. HEX triplet: 98, 00 and F9. RGB value is (152,0,249). Sum of RGB (Red+Green+Blue) = 152+0+249=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 249 (97.66% from 255 or 62.09% from 401); Max value from RGB is 249 - color contains mainly: blue. Hex color #9800F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9800F9 is #67FF06. Grayscale: #484848. Windows color (decimal): -6815495 or 16318616. OLE color: 16318616.

HSL color Cylindrical-coordinate representation of color #9800F9: hue angle of 276.63º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800F9 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1520249-
CMYK0.39100.02
HSL276.63º100%48.82%-
HSV(B)276.63º100%97.65%-
XYZ30.0513.5190.65-
YUV73.83226.86183.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 249 (97.66% from 255) = 62.09%
R=37.91%
G=0%
B=62.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal15202490.39100.02276.6310048.82
Hex980F92764021156431
Octal2300371471440242514461
Binary1001100001111100110011111001000101000101011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9800F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9800F9; }

 p { color: rgb(152,0,249); }

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

<style>
 a { background-color: #9800F9; }

 a { background-color: rgb(152,0,249); }

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

<style>
 span { border-color: #9800F9; }

 span { border-color: rgb(152,0,249); }

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