#8B2EB8

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

Shades of Dark Orchid #8B2EB8

Tints of Dark Orchid #8B2EB8

Color information

#8B2EB8 (or 0x8B2EB8) is unknown color: approx Dark Orchid. HEX triplet: 8B, 2E and B8. RGB value is (139,46,184). Sum of RGB (Red+Green+Blue) = 139+46+184=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 184 (72.27% from 255 or 49.86% from 369); Max value from RGB is 184 - color contains mainly: blue. Hex color #8B2EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2EB8 is #74D147. Grayscale: #595959. Windows color (decimal): -7655752 or 12070539. OLE color: 12070539.

HSL color Cylindrical-coordinate representation of color #8B2EB8: hue angle of 280.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B2EB8 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13946184-
CMYK0.240.7500.28
HSL280.43º60%45.1%-
HSV(B)280.43º75%72.16%-
XYZ20.2810.946.38-
YUV89.54181.31163.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.67%
GREEN value IS 46 (18.36% from 255) = 12.47%
BLUE value IS 184 (72.27% from 255) = 49.86%
R=37.67%
G=12.47%
B=49.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal139461840.240.7500.28280.436045.1
Hex8B2EB8184B01C1183c2d
Octal21356270301130344307455
Binary1000101110111010111000110001001011011100100011000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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