#8B1EBA

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

Shades of Dark Orchid #8B1EBA

Tints of Dark Orchid #8B1EBA

Color information

#8B1EBA (or 0x8B1EBA) is unknown color: approx Dark Orchid. HEX triplet: 8B, 1E and BA. RGB value is (139,30,186). Sum of RGB (Red+Green+Blue) = 139+30+186=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1EBA is #74E145. Grayscale: #4F4F4F. Windows color (decimal): -7659846 or 12197515. OLE color: 12197515.

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

Color convert

RGB13930186-
CMYK0.250.8400.27
HSL281.92º72.22%42.35%-
HSV(B)281.92º83.87%72.94%-
XYZ19.979.9647.32-
YUV80.38187.61169.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.15%
GREEN value IS 30 (12.11% from 255) = 8.45%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=39.15%
G=8.45%
B=52.39%

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
Decimal139301860.250.8400.27281.9272.2242.35
Hex8B1EBA195401B11a482a
Octal213362723112403343211052
Binary1000101111110101110101100110101000110111000110101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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