#8B28BB

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

Shades of Dark Orchid #8B28BB

Tints of Dark Orchid #8B28BB

Color information

#8B28BB (or 0x8B28BB) is unknown color: approx Dark Orchid. HEX triplet: 8B, 28 and BB. RGB value is (139,40,187). Sum of RGB (Red+Green+Blue) = 139+40+187=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B28BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B28BB is #74D744. Grayscale: #555555. Windows color (decimal): -7657285 or 12265611. OLE color: 12265611.

HSL color Cylindrical-coordinate representation of color #8B28BB: hue angle of 280.41º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B28BB is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13940187-
CMYK0.260.7900.27
HSL280.41º64.76%44.51%-
HSV(B)280.41º78.61%73.33%-
XYZ20.3810.5947.98-
YUV86.36184.8165.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 40 (16.02% from 255) = 10.93%
BLUE value IS 187 (73.44% from 255) = 51.09%
R=37.98%
G=10.93%
B=51.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139401870.260.7900.27280.4164.7644.51
Hex8B28BB1A4F01B118412d
Octal213502733211703343010155
Binary10001011101000101110111101010011110110111000110001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B28BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,40,187); }

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

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

 a { background-color: rgb(139,40,187); }

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

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

 span { border-color: rgb(139,40,187); }

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