#8B2EB4

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

Shades of Dark Orchid #8B2EB4

Tints of Dark Orchid #8B2EB4

Color information

#8B2EB4 (or 0x8B2EB4) is unknown color: approx Dark Orchid. HEX triplet: 8B, 2E and B4. RGB value is (139,46,180). Sum of RGB (Red+Green+Blue) = 139+46+180=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #8B2EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2EB4 is #74D14B. Grayscale: #585858. Windows color (decimal): -7655756 or 11808395. OLE color: 11808395.

HSL color Cylindrical-coordinate representation of color #8B2EB4: hue angle of 281.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B2EB4 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13946180-
CMYK0.230.7400.29
HSL281.64º59.29%44.31%-
HSV(B)281.64º74.44%70.59%-
XYZ19.8610.7444.21-
YUV89.08179.31163.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 180 (70.70% from 255) = 49.32%
R=38.08%
G=12.60%
B=49.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139461800.230.7400.29281.6459.2944.31
Hex8B2EB4174A01D11a3b2c
Octal21356264271120354327354
Binary1000101110111010110100101111001010011101100011010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,46,180); }

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

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

 a { background-color: rgb(139,46,180); }

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

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

 span { border-color: rgb(139,46,180); }

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