#8B1DBA

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

Shades of Dark Orchid #8B1DBA

Tints of Dark Orchid #8B1DBA

Color information

#8B1DBA (or 0x8B1DBA) is unknown color: approx Dark Orchid. HEX triplet: 8B, 1D and BA. RGB value is (139,29,186). Sum of RGB (Red+Green+Blue) = 139+29+186=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1DBA is #74E245. Grayscale: #4F4F4F. Windows color (decimal): -7660102 or 12197259. OLE color: 12197259.

HSL color Cylindrical-coordinate representation of color #8B1DBA: hue angle of 282.04º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1DBA is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13929186-
CMYK0.250.8400.27
HSL282.04º73.02%42.16%-
HSV(B)282.04º84.41%72.94%-
XYZ19.959.9147.32-
YUV79.79187.94170.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.27%
GREEN value IS 29 (11.72% from 255) = 8.19%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=39.27%
G=8.19%
B=52.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139291860.250.8400.27282.0473.0242.16
Hex8B1DBA195401B11a492a
Octal213352723112403343211152
Binary1000101111101101110101100110101000110111000110101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,29,186); }

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

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

 a { background-color: rgb(139,29,186); }

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

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

 span { border-color: rgb(139,29,186); }

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