#8840CF

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

Shades of Dark Orchid #8840CF

Tints of Dark Orchid #8840CF

Color information

#8840CF (or 0x8840CF) is unknown color: approx Dark Orchid. HEX triplet: 88, 40 and CF. RGB value is (136,64,207). Sum of RGB (Red+Green+Blue) = 136+64+207=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #8840CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8840CF is #77BF30. Grayscale: #656565. Windows color (decimal): -7847729 or 13582472. OLE color: 13582472.

HSL color Cylindrical-coordinate representation of color #8840CF: hue angle of 270.21º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8840CF is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13664207-
CMYK0.340.6900.19
HSL270.21º59.83%53.14%-
HSV(B)270.21º69.08%81.18%-
XYZ23.2513.4160.39-
YUV101.83187.35152.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.42%
GREEN value IS 64 (25.39% from 255) = 15.72%
BLUE value IS 207 (81.25% from 255) = 50.86%
R=33.42%
G=15.72%
B=50.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal136642070.340.6900.19270.2159.8353.14
Hex8840CF224501310e3c35
Octal210100317421050234167465
Binary100010001000000110011111000101000101010011100001110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8840CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8840CF; }

 p { color: rgb(136,64,207); }

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

<style>
 a { background-color: #8840CF; }

 a { background-color: rgb(136,64,207); }

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

<style>
 span { border-color: #8840CF; }

 span { border-color: rgb(136,64,207); }

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