#8640C5

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

Shades of Dark Orchid #8640C5

Tints of Dark Orchid #8640C5

Color information

#8640C5 (or 0x8640C5) is unknown color: approx Dark Orchid. HEX triplet: 86, 40 and C5. RGB value is (134,64,197). Sum of RGB (Red+Green+Blue) = 134+64+197=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #8640C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8640C5 is #79BF3A. Grayscale: #636363. Windows color (decimal): -7978811 or 12927110. OLE color: 12927110.

HSL color Cylindrical-coordinate representation of color #8640C5: hue angle of 271.58º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8640C5 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13464197-
CMYK0.320.6800.23
HSL271.58º53.41%51.18%-
HSV(B)271.58º67.51%77.25%-
XYZ21.7412.7754.14-
YUV100.09182.69152.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.92%
GREEN value IS 64 (25.39% from 255) = 16.20%
BLUE value IS 197 (77.34% from 255) = 49.87%
R=33.92%
G=16.20%
B=49.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal134641970.320.6800.23271.5853.4151.18
Hex8640C520440171103533
Octal206100305401040274206563
Binary100001101000000110001011000001000100010111100010000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8640C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8640C5; }

 p { color: rgb(134,64,197); }

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

<style>
 a { background-color: #8640C5; }

 a { background-color: rgb(134,64,197); }

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

<style>
 span { border-color: #8640C5; }

 span { border-color: rgb(134,64,197); }

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