#8641BF

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

Shades of Dark Orchid #8641BF

Tints of Dark Orchid #8641BF

Color information

#8641BF (or 0x8641BF) is unknown color: approx Dark Orchid. HEX triplet: 86, 41 and BF. RGB value is (134,65,191). Sum of RGB (Red+Green+Blue) = 134+65+191=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #8641BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641BF is #79BE40. Grayscale: #636363. Windows color (decimal): -7978561 or 12534150. OLE color: 12534150.

HSL color Cylindrical-coordinate representation of color #8641BF: hue angle of 272.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8641BF is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13465191-
CMYK0.300.6600.25
HSL272.86º49.61%50.2%-
HSV(B)272.86º65.97%74.9%-
XYZ21.1312.6150.61-
YUV100179.36152.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 65 (25.78% from 255) = 16.67%
BLUE value IS 191 (75% from 255) = 48.97%
R=34.36%
G=16.67%
B=48.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134651910.300.6600.25272.8649.6150.2
Hex8641BF1E420191113232
Octal206101277361020314216262
Binary10000110100000110111111111101000010011001100010001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8641BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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