#8641C6

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

Shades of Dark Orchid #8641C6

Tints of Dark Orchid #8641C6

Color information

#8641C6 (or 0x8641C6) is unknown color: approx Dark Orchid. HEX triplet: 86, 41 and C6. RGB value is (134,65,198). Sum of RGB (Red+Green+Blue) = 134+65+198=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #8641C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641C6 is #79BE39. Grayscale: #646464. Windows color (decimal): -7978554 or 12992902. OLE color: 12992902.

HSL color Cylindrical-coordinate representation of color #8641C6: hue angle of 271.13º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8641C6 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13465198-
CMYK0.320.6700.22
HSL271.13º53.85%51.57%-
HSV(B)271.13º67.17%77.65%-
XYZ21.9112.9354.77-
YUV100.79182.86151.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.75%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 198 (77.73% from 255) = 49.87%
R=33.75%
G=16.37%
B=49.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134651980.320.6700.22271.1353.8551.57
Hex8641C6204301610f3634
Octal206101306401030264176664
Binary100001101000001110001101000001000011010110100001111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8641C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8641C6; }

 p { color: rgb(134,65,198); }

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

<style>
 a { background-color: #8641C6; }

 a { background-color: rgb(134,65,198); }

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

<style>
 span { border-color: #8641C6; }

 span { border-color: rgb(134,65,198); }

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