#862AC3

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

Shades of Dark Orchid #862AC3

Tints of Dark Orchid #862AC3

Color information

#862AC3 (or 0x862AC3) is unknown color: approx Dark Orchid. HEX triplet: 86, 2A and C3. RGB value is (134,42,195). Sum of RGB (Red+Green+Blue) = 134+42+195=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #862AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862AC3 is #79D53C. Grayscale: #565656. Windows color (decimal): -7984445 or 12790406. OLE color: 12790406.

HSL color Cylindrical-coordinate representation of color #862AC3: hue angle of 276.08º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #862AC3 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13442195-
CMYK0.310.7800.24
HSL276.08º64.56%46.47%-
HSV(B)276.08º78.46%76.47%-
XYZ20.5110.6652.61-
YUV86.95188.98161.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 42 (16.80% from 255) = 11.32%
BLUE value IS 195 (76.56% from 255) = 52.56%
R=36.12%
G=11.32%
B=52.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134421950.310.7800.24276.0864.5646.47
Hex862AC31F4E018114412e
Octal206523033711603042410156
Binary10000110101010110000111111110011100110001000101001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862AC3; }

 p { color: rgb(134,42,195); }

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

<style>
 a { background-color: #862AC3; }

 a { background-color: rgb(134,42,195); }

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

<style>
 span { border-color: #862AC3; }

 span { border-color: rgb(134,42,195); }

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