#843DCA

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

Shades of Dark Orchid #843DCA

Tints of Dark Orchid #843DCA

Color information

#843DCA (or 0x843DCA) is unknown color: approx Dark Orchid. HEX triplet: 84, 3D and CA. RGB value is (132,61,202). Sum of RGB (Red+Green+Blue) = 132+61+202=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #843DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843DCA is #7BC235. Grayscale: #616161. Windows color (decimal): -8110646 or 13254020. OLE color: 13254020.

HSL color Cylindrical-coordinate representation of color #843DCA: hue angle of 270.21º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #843DCA is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13261202-
CMYK0.350.7000.21
HSL270.21º57.09%51.57%-
HSV(B)270.21º69.8%79.22%-
XYZ21.8512.5157.14-
YUV98.3186.52152.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.42%
GREEN value IS 61 (24.22% from 255) = 15.44%
BLUE value IS 202 (79.30% from 255) = 51.14%
R=33.42%
G=15.44%
B=51.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132612020.350.7000.21270.2157.0951.57
Hex843DCA234601510e3934
Octal20475312431060254167164
Binary10000100111101110010101000111000110010101100001110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,61,202); }

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

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

 a { background-color: rgb(132,61,202); }

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

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

 span { border-color: rgb(132,61,202); }

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