#862AC2

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

Shades of Dark Orchid #862AC2

Tints of Dark Orchid #862AC2

Color information

#862AC2 (or 0x862AC2) is unknown color: approx Dark Orchid. HEX triplet: 86, 2A and C2. RGB value is (134,42,194). Sum of RGB (Red+Green+Blue) = 134+42+194=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 194 (76.17% from 255 or 52.43% from 370); Max value from RGB is 194 - color contains mainly: blue. Hex color #862AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862AC2 is #79D53D. Grayscale: #565656. Windows color (decimal): -7984446 or 12724870. OLE color: 12724870.

HSL color Cylindrical-coordinate representation of color #862AC2: hue angle of 276.32º degrees, saturation: 0.64, 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 #862AC2 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13442194-
CMYK0.310.7800.24
HSL276.32º64.41%46.27%-
HSV(B)276.32º78.35%76.08%-
XYZ20.410.6252.01-
YUV86.84188.48161.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 42 (16.80% from 255) = 11.35%
BLUE value IS 194 (76.17% from 255) = 52.43%
R=36.22%
G=11.35%
B=52.43%

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
Decimal134421940.310.7800.24276.3264.4146.27
Hex862AC21F4E018114402e
Octal206523023711603042410056
Binary10000110101010110000101111110011100110001000101001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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