#8B26BD

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

Shades of Dark Orchid #8B26BD

Tints of Dark Orchid #8B26BD

Color information

#8B26BD (or 0x8B26BD) is unknown color: approx Dark Orchid. HEX triplet: 8B, 26 and BD. RGB value is (139,38,189). Sum of RGB (Red+Green+Blue) = 139+38+189=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B26BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B26BD is #74D942. Grayscale: #545454. Windows color (decimal): -7657795 or 12396171. OLE color: 12396171.

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

Color convert

RGB13938189-
CMYK0.260.8000.26
HSL280.13º66.52%44.51%-
HSV(B)280.13º79.89%74.12%-
XYZ20.5310.5549.1-
YUV85.41186.46166.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 38 (15.23% from 255) = 10.38%
BLUE value IS 189 (74.22% from 255) = 51.64%
R=37.98%
G=10.38%
B=51.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal139381890.260.8000.26280.1366.5244.51
Hex8B26BD1A5001A118432d
Octal213462753212003243010355
Binary10001011100110101111011101010100000110101000110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B26BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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