#8C2EBB

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

Shades of Dark Orchid #8C2EBB

Tints of Dark Orchid #8C2EBB

Color information

#8C2EBB (or 0x8C2EBB) is unknown color: approx Dark Orchid. HEX triplet: 8C, 2E and BB. RGB value is (140,46,187). Sum of RGB (Red+Green+Blue) = 140+46+187=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C2EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2EBB is #73D144. Grayscale: #595959. Windows color (decimal): -7590213 or 12267148. OLE color: 12267148.

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

Color convert

RGB14046187-
CMYK0.250.7500.27
HSL280º60.52%45.69%-
HSV(B)280º75.4%73.33%-
XYZ20.7611.1248.07-
YUV90.18182.64163.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 46 (18.36% from 255) = 12.33%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=37.53%
G=12.33%
B=50.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140461870.250.7500.2728060.5245.69
Hex8C2EBB194B01B1183d2e
Octal21456273311130334307556
Binary1000110010111010111011110011001011011011100011000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,46,187); }

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

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

 a { background-color: rgb(140,46,187); }

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

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

 span { border-color: rgb(140,46,187); }

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