#9803D4

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

Shades of Dark Violet #9803D4

Tints of Dark Violet #9803D4

Color information

#9803D4 (or 0x9803D4) is unknown color: approx Dark Violet. HEX triplet: 98, 03 and D4. RGB value is (152,3,212). Sum of RGB (Red+Green+Blue) = 152+3+212=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 212 (83.20% from 255 or 57.77% from 367); Max value from RGB is 212 - color contains mainly: blue. Hex color #9803D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9803D4 is #67FC2B. Grayscale: #464646. Windows color (decimal): -6814764 or 13894552. OLE color: 13894552.

HSL color Cylindrical-coordinate representation of color #9803D4: hue angle of 282.78º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9803D4 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1523212-
CMYK0.280.9900.17
HSL282.78º97.21%42.16%-
HSV(B)282.78º98.58%83.14%-
XYZ24.8711.4963.2-
YUV71.38207.36185.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 3 (1.56% from 255) = 0.82%
BLUE value IS 212 (83.20% from 255) = 57.77%
R=41.42%
G=0.82%
B=57.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal15232120.280.9900.17282.7897.2142.16
Hex983D41C6301111b612a
Octal23033243414302143314152
Binary1001100011110101001110011000110100011000110111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9803D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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