#8A40BE

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

Shades of Dark Orchid #8A40BE

Tints of Dark Orchid #8A40BE

Color information

#8A40BE (or 0x8A40BE) is unknown color: approx Dark Orchid. HEX triplet: 8A, 40 and BE. RGB value is (138,64,190). Sum of RGB (Red+Green+Blue) = 138+64+190=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A40BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A40BE is #75BF41. Grayscale: #646464. Windows color (decimal): -7716674 or 12468362. OLE color: 12468362.

HSL color Cylindrical-coordinate representation of color #8A40BE: hue angle of 275.24º 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 #8A40BE is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13864190-
CMYK0.270.6600.25
HSL275.24º49.61%49.8%-
HSV(B)275.24º66.32%74.51%-
XYZ21.6112.7950.04-
YUV100.49178.52154.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 64 (25.39% from 255) = 16.33%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=35.20%
G=16.33%
B=48.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138641900.270.6600.25275.2449.6149.8
Hex8A40BE1B420191133232
Octal212100276331020314236262
Binary10001010100000010111110110111000010011001100010011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A40BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A40BE; }

 p { color: rgb(138,64,190); }

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

<style>
 a { background-color: #8A40BE; }

 a { background-color: rgb(138,64,190); }

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

<style>
 span { border-color: #8A40BE; }

 span { border-color: rgb(138,64,190); }

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