#8419C1

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

Shades of Dark Orchid #8419C1

Tints of Dark Orchid #8419C1

Color information

#8419C1 (or 0x8419C1) is unknown color: approx Dark Orchid. HEX triplet: 84, 19 and C1. RGB value is (132,25,193). Sum of RGB (Red+Green+Blue) = 132+25+193=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #8419C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8419C1 is #7BE63E. Grayscale: #4B4B4B. Windows color (decimal): -8119871 or 12654980. OLE color: 12654980.

HSL color Cylindrical-coordinate representation of color #8419C1: hue angle of 278.21º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8419C1 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13225193-
CMYK0.320.8700.24
HSL278.21º77.06%42.75%-
HSV(B)278.21º87.05%75.69%-
XYZ19.499.4551.25-
YUV76.14193.95167.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 25 (10.16% from 255) = 7.14%
BLUE value IS 193 (75.78% from 255) = 55.14%
R=37.71%
G=7.14%
B=55.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132251930.320.8700.24278.2177.0642.75
Hex8419C120570181164d2b
Octal204313014012703042611553
Binary10000100110011100000110000010101110110001000101101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8419C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8419C1; }

 p { color: rgb(132,25,193); }

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

<style>
 a { background-color: #8419C1; }

 a { background-color: rgb(132,25,193); }

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

<style>
 span { border-color: #8419C1; }

 span { border-color: rgb(132,25,193); }

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