#8b25bf

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

Shades of Dark Orchid #8B25BF

Tints of Dark Orchid #8B25BF

Color information

#8B25BF (or 0x8B25BF) is unknown color: approx Dark Orchid. HEX triplet: 8B, 25 and BF. RGB value is (139,37,191). Sum of RGB (Red+Green+Blue) = 139+37+191=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B25BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B25BF is #74DA40. Grayscale: #545454. Windows color (decimal): -7658049 or 12526987. OLE color: 12526987.

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

Color convert

RGB13937191-
CMYK0.270.8100.25
HSL279.74º67.54%44.71%-
HSV(B)279.74º80.63%74.9%-
XYZ20.7110.5750.24-
YUV85.05187.79166.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.87%
GREEN value IS 37 (14.84% from 255) = 10.08%
BLUE value IS 191 (75% from 255) = 52.04%
R=37.87%
G=10.08%
B=52.04%

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
Decimal139371910.270.8100.25279.7467.5444.71
Hex8B25BF1B51019118442d
Octal213452773312103143010455
Binary10001011100101101111111101110100010110011000110001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b25bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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