#8641CC

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

Shades of Dark Orchid #8641CC

Tints of Dark Orchid #8641CC

Color information

#8641CC (or 0x8641CC) is unknown color: approx Dark Orchid. HEX triplet: 86, 41 and CC. RGB value is (134,65,204). Sum of RGB (Red+Green+Blue) = 134+65+204=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #8641CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641CC is #79BE33. Grayscale: #646464. Windows color (decimal): -7978548 or 13386118. OLE color: 13386118.

HSL color Cylindrical-coordinate representation of color #8641CC: hue angle of 269.78º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8641CC is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13465204-
CMYK0.340.6800.2
HSL269.78º57.68%52.75%-
HSV(B)269.78º68.14%80%-
XYZ22.6213.2158.48-
YUV101.48185.86151.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 65 (25.78% from 255) = 16.13%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=33.25%
G=16.13%
B=50.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal134652040.340.6800.2269.7857.6852.75
Hex8641CC224401410e3a35
Octal206101314421040244167265
Binary100001101000001110011001000101000100010100100001110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8641CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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