#841CC1

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

Shades of Dark Orchid #841CC1

Tints of Dark Orchid #841CC1

Color information

#841CC1 (or 0x841CC1) is unknown color: approx Dark Orchid. HEX triplet: 84, 1C and C1. RGB value is (132,28,193). Sum of RGB (Red+Green+Blue) = 132+28+193=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #841CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841CC1 is #7BE33E. Grayscale: #4D4D4D. Windows color (decimal): -8119103 or 12655748. OLE color: 12655748.

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

Color convert

RGB13228193-
CMYK0.320.8500.24
HSL277.82º74.66%43.33%-
HSV(B)277.82º85.49%75.69%-
XYZ19.569.5951.27-
YUV77.91192.96166.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 28 (11.33% from 255) = 7.93%
BLUE value IS 193 (75.78% from 255) = 54.67%
R=37.39%
G=7.93%
B=54.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132281930.320.8500.24277.8274.6643.33
Hex841CC120550181164b2b
Octal204343014012503042611353
Binary10000100111001100000110000010101010110001000101101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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