#8c25ae

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

Shades of Dark Orchid #8C25AE

Tints of Dark Orchid #8C25AE

Color information

#8C25AE (or 0x8C25AE) is unknown color: approx Dark Orchid. HEX triplet: 8C, 25 and AE. RGB value is (140,37,174). Sum of RGB (Red+Green+Blue) = 140+37+174=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C25AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C25AE is #73DA51. Grayscale: #525252. Windows color (decimal): -7592530 or 11412876. OLE color: 11412876.

HSL color Cylindrical-coordinate representation of color #8C25AE: hue angle of 285.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C25AE is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14037174-
CMYK0.200.7900.32
HSL285.11º64.93%41.37%-
HSV(B)285.11º78.74%68.24%-
XYZ19.129.9540.96-
YUV83.42179.12168.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.89%
GREEN value IS 37 (14.84% from 255) = 10.54%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=39.89%
G=10.54%
B=49.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140371740.200.7900.32285.1164.9341.37
Hex8C25AE144F02011d4129
Octal214452562411704043510151
Binary100011001001011010111010100100111101000001000111011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c25ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,37,174); }

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

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

 a { background-color: rgb(140,37,174); }

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

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

 span { border-color: rgb(140,37,174); }

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