#8B26BE

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

Shades of Dark Orchid #8B26BE

Tints of Dark Orchid #8B26BE

Color information

#8B26BE (or 0x8B26BE) is unknown color: approx Dark Orchid. HEX triplet: 8B, 26 and BE. RGB value is (139,38,190). Sum of RGB (Red+Green+Blue) = 139+38+190=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B26BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B26BE is #74D941. Grayscale: #555555. Windows color (decimal): -7657794 or 12461707. OLE color: 12461707.

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

Color convert

RGB13938190-
CMYK0.270.800.25
HSL279.87º66.67%44.71%-
HSV(B)279.87º80%74.51%-
XYZ20.6310.5949.67-
YUV85.53186.96166.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.87%
GREEN value IS 38 (15.23% from 255) = 10.35%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=37.87%
G=10.35%
B=51.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139381900.270.800.25279.8766.6744.71
Hex8B26BE1B50019118432d
Octal213462763312003143010355
Binary10001011100110101111101101110100000110011000110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B26BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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