#8641C1

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

Shades of Dark Orchid #8641C1

Tints of Dark Orchid #8641C1

Color information

#8641C1 (or 0x8641C1) is unknown color: approx Dark Orchid. HEX triplet: 86, 41 and C1. RGB value is (134,65,193). Sum of RGB (Red+Green+Blue) = 134+65+193=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #8641C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641C1 is #79BE3E. Grayscale: #636363. Windows color (decimal): -7978559 or 12665222. OLE color: 12665222.

HSL color Cylindrical-coordinate representation of color #8641C1: hue angle of 272.34º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8641C1 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13465193-
CMYK0.310.6600.24
HSL272.34º50.79%50.59%-
HSV(B)272.34º66.32%75.69%-
XYZ21.3512.751.78-
YUV100.22180.36152.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 65 (25.78% from 255) = 16.58%
BLUE value IS 193 (75.78% from 255) = 49.23%
R=34.18%
G=16.58%
B=49.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134651930.310.6600.24272.3450.7950.59
Hex8641C11F420181103333
Octal206101301371020304206363
Binary10000110100000111000001111111000010011000100010000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8641C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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