#8644C6

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

Shades of Dark Orchid #8644C6

Tints of Dark Orchid #8644C6

Color information

#8644C6 (or 0x8644C6) is unknown color: approx Dark Orchid. HEX triplet: 86, 44 and C6. RGB value is (134,68,198). Sum of RGB (Red+Green+Blue) = 134+68+198=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 198 (77.73% from 255 or 49.5% from 400); Max value from RGB is 198 - color contains mainly: blue. Hex color #8644C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8644C6 is #79BB39. Grayscale: #666666. Windows color (decimal): -7977786 or 12993670. OLE color: 12993670.

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

Color convert

RGB13468198-
CMYK0.320.6600.22
HSL270.46º53.28%52.16%-
HSV(B)270.46º65.66%77.65%-
XYZ22.0913.2854.82-
YUV102.55181.87150.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.5%
GREEN value IS 68 (26.95% from 255) = 17%
BLUE value IS 198 (77.73% from 255) = 49.5%
R=33.5%
G=17%
B=49.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134681980.320.6600.22270.4653.2852.16
Hex8644C6204201610e3534
Octal206104306401020264166564
Binary100001101000100110001101000001000010010110100001110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8644C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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