#843CC1

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

Shades of Dark Orchid #843CC1

Tints of Dark Orchid #843CC1

Color information

#843CC1 (or 0x843CC1) is unknown color: approx Dark Orchid. HEX triplet: 84, 3C and C1. RGB value is (132,60,193). Sum of RGB (Red+Green+Blue) = 132+60+193=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #843CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843CC1 is #7BC33E. Grayscale: #606060. Windows color (decimal): -8110911 or 12663940. OLE color: 12663940.

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

Color convert

RGB13260193-
CMYK0.320.6900.24
HSL272.48º52.57%49.61%-
HSV(B)272.48º68.91%75.69%-
XYZ20.7611.9951.67-
YUV96.69182.35153.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 193 (75.78% from 255) = 50.13%
R=34.29%
G=15.58%
B=50.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132601930.320.6900.24272.4852.5749.61
Hex843CC120450181103532
Octal20474301401050304206562
Binary10000100111100110000011000001000101011000100010000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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