#9800EA

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

Shades of Dark Violet #9800EA

Tints of Dark Violet #9800EA

Color information

#9800EA (or 0x9800EA) is unknown color: approx Dark Violet. HEX triplet: 98, 00 and EA. RGB value is (152,0,234). Sum of RGB (Red+Green+Blue) = 152+0+234=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #9800EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9800EA is #67FF15. Grayscale: #474747. Windows color (decimal): -6815510 or 15335576. OLE color: 15335576.

HSL color Cylindrical-coordinate representation of color #9800EA: hue angle of 278.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800EA is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1520234-
CMYK0.35100.08
HSL278.97º100%45.88%-
HSV(B)278.97º100%91.76%-
XYZ27.812.6278.81-
YUV72.12219.36184.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 234 (91.80% from 255) = 60.62%
R=39.38%
G=0%
B=60.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal15202340.35100.08278.9710045.88
Hex980EA236408117642e
Octal23003524314401042714456
Binary100110000111010101000111100100010001000101111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9800EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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