#803AC9

Color #803AC9 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #803AC9

Tints of Dark Orchid #803AC9

Color information

#803AC9 (or 0x803AC9) is unknown color: approx Dark Orchid. HEX triplet: 80, 3A and C9. RGB value is (128,58,201). Sum of RGB (Red+Green+Blue) = 128+58+201=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #803AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803AC9 is #7FC536. Grayscale: #5E5E5E. Windows color (decimal): -8373559 or 13187712. OLE color: 13187712.

HSL color Cylindrical-coordinate representation of color #803AC9: hue angle of 269.37º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #803AC9 is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12858201-
CMYK0.360.7100.21
HSL269.37º56.97%50.78%-
HSV(B)269.37º71.14%78.82%-
XYZ20.9611.8356.44-
YUV95.23187.69151.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 58 (23.05% from 255) = 14.99%
BLUE value IS 201 (78.91% from 255) = 51.94%
R=33.07%
G=14.99%
B=51.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128582010.360.7100.21269.3756.9750.78
Hex803AC9244701510d3933
Octal20072311441070254157163
Binary10000000111010110010011001001000111010101100001101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803AC9; }

 p { color: rgb(128,58,201); }

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

<style>
 a { background-color: #803AC9; }

 a { background-color: rgb(128,58,201); }

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

<style>
 span { border-color: #803AC9; }

 span { border-color: rgb(128,58,201); }

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