#8C25BF

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

Shades of Dark Orchid #8C25BF

Tints of Dark Orchid #8C25BF

Color information

#8C25BF (or 0x8C25BF) is unknown color: approx Dark Orchid. HEX triplet: 8C, 25 and BF. RGB value is (140,37,191). Sum of RGB (Red+Green+Blue) = 140+37+191=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C25BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C25BF is #73DA40. Grayscale: #545454. Windows color (decimal): -7592513 or 12526988. OLE color: 12526988.

HSL color Cylindrical-coordinate representation of color #8C25BF: hue angle of 280.13º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C25BF is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14037191-
CMYK0.270.8100.25
HSL280.13º67.54%44.71%-
HSV(B)280.13º80.63%74.9%-
XYZ20.8810.6650.25-
YUV85.35187.62166.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.04%
GREEN value IS 37 (14.84% from 255) = 10.05%
BLUE value IS 191 (75% from 255) = 51.90%
R=38.04%
G=10.05%
B=51.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140371910.270.8100.25280.1367.5444.71
Hex8C25BF1B51019118442d
Octal214452773312103143010455
Binary10001100100101101111111101110100010110011000110001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C25BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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