#8740CF

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

Shades of Dark Orchid #8740CF

Tints of Dark Orchid #8740CF

Color information

#8740CF (or 0x8740CF) is unknown color: approx Dark Orchid. HEX triplet: 87, 40 and CF. RGB value is (135,64,207). Sum of RGB (Red+Green+Blue) = 135+64+207=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #8740CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8740CF is #78BF30. Grayscale: #656565. Windows color (decimal): -7913265 or 13582471. OLE color: 13582471.

HSL color Cylindrical-coordinate representation of color #8740CF: hue angle of 269.79º 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 #8740CF is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13564207-
CMYK0.350.6900.19
HSL269.79º59.83%53.14%-
HSV(B)269.79º69.08%81.18%-
XYZ23.0913.3260.39-
YUV101.53187.52151.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 64 (25.39% from 255) = 15.76%
BLUE value IS 207 (81.25% from 255) = 50.99%
R=33.25%
G=15.76%
B=50.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal135642070.350.6900.19269.7959.8353.14
Hex8740CF234501310e3c35
Octal207100317431050234167465
Binary100001111000000110011111000111000101010011100001110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8740CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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