#8b25be

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

Shades of Dark Orchid #8B25BE

Tints of Dark Orchid #8B25BE

Color information

#8B25BE (or 0x8B25BE) is unknown color: approx Dark Orchid. HEX triplet: 8B, 25 and BE. RGB value is (139,37,190). Sum of RGB (Red+Green+Blue) = 139+37+190=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B25BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B25BE is #74DA41. Grayscale: #545454. Windows color (decimal): -7658050 or 12461451. OLE color: 12461451.

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

Color convert

RGB13937190-
CMYK0.270.8100.25
HSL280º67.4%44.51%-
HSV(B)280º80.53%74.51%-
XYZ20.610.5349.66-
YUV84.94187.29166.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 37 (14.84% from 255) = 10.11%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=37.98%
G=10.11%
B=51.91%

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
Decimal139371900.270.8100.2528067.444.51
Hex8B25BE1B51019118432d
Octal213452763312103143010355
Binary10001011100101101111101101110100010110011000110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b25be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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