#8B2CC0

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

Shades of Dark Orchid #8B2CC0

Tints of Dark Orchid #8B2CC0

Color information

#8B2CC0 (or 0x8B2CC0) is unknown color: approx Dark Orchid. HEX triplet: 8B, 2C and C0. RGB value is (139,44,192). Sum of RGB (Red+Green+Blue) = 139+44+192=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #8B2CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2CC0 is #74D33F. Grayscale: #585858. Windows color (decimal): -7656256 or 12594315. OLE color: 12594315.

HSL color Cylindrical-coordinate representation of color #8B2CC0: hue angle of 278.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B2CC0 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13944192-
CMYK0.280.7700.25
HSL278.51º62.71%46.27%-
HSV(B)278.51º77.08%75.29%-
XYZ21.0611.150.9-
YUV89.28185.97163.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 44 (17.58% from 255) = 11.73%
BLUE value IS 192 (75.39% from 255) = 51.2%
R=37.07%
G=11.73%
B=51.2%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139441920.280.7700.25278.5162.7146.27
Hex8B2CC01C4D0191173f2e
Octal21354300341150314277756
Binary1000101110110011000000111001001101011001100010111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,44,192); }

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

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

 a { background-color: rgb(139,44,192); }

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

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

 span { border-color: rgb(139,44,192); }

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