#841CC0

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

Shades of Dark Orchid #841CC0

Tints of Dark Orchid #841CC0

Color information

#841CC0 (or 0x841CC0) is unknown color: approx Dark Orchid. HEX triplet: 84, 1C and C0. RGB value is (132,28,192). Sum of RGB (Red+Green+Blue) = 132+28+192=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #841CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841CC0 is #7BE33F. Grayscale: #4D4D4D. Windows color (decimal): -8119104 or 12590212. OLE color: 12590212.

HSL color Cylindrical-coordinate representation of color #841CC0: hue angle of 278.05º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841CC0 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13228192-
CMYK0.310.8500.25
HSL278.05º74.55%43.14%-
HSV(B)278.05º85.42%75.29%-
XYZ19.459.5450.69-
YUV77.79192.46166.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 28 (11.33% from 255) = 7.95%
BLUE value IS 192 (75.39% from 255) = 54.55%
R=37.5%
G=7.95%
B=54.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132281920.310.8500.25278.0574.5543.14
Hex841CC01F550191164b2b
Octal204343003712503142611353
Binary1000010011100110000001111110101010110011000101101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841CC0; }

 p { color: rgb(132,28,192); }

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

<style>
 a { background-color: #841CC0; }

 a { background-color: rgb(132,28,192); }

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

<style>
 span { border-color: #841CC0; }

 span { border-color: rgb(132,28,192); }

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