#8641CE

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

Shades of Dark Orchid #8641CE

Tints of Dark Orchid #8641CE

Color information

#8641CE (or 0x8641CE) is unknown color: approx Dark Orchid. HEX triplet: 86, 41 and CE. RGB value is (134,65,206). Sum of RGB (Red+Green+Blue) = 134+65+206=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #8641CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641CE is #79BE31. Grayscale: #656565. Windows color (decimal): -7978546 or 13517190. OLE color: 13517190.

HSL color Cylindrical-coordinate representation of color #8641CE: hue angle of 269.36º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8641CE is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13465206-
CMYK0.350.6800.19
HSL269.36º59%53.14%-
HSV(B)269.36º68.45%80.78%-
XYZ22.8613.3159.76-
YUV101.71186.86151.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 206 (80.86% from 255) = 50.86%
R=33.09%
G=16.05%
B=50.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134652060.350.6800.19269.365953.14
Hex8641CE234401310d3b35
Octal206101316431040234157365
Binary100001101000001110011101000111000100010011100001101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8641CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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