#8C18BB

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

Shades of Dark Orchid #8C18BB

Tints of Dark Orchid #8C18BB

Color information

#8C18BB (or 0x8C18BB) is unknown color: approx Dark Orchid. HEX triplet: 8C, 18 and BB. RGB value is (140,24,187). Sum of RGB (Red+Green+Blue) = 140+24+187=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C18BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C18BB is #73E744. Grayscale: #4C4C4C. Windows color (decimal): -7595845 or 12261516. OLE color: 12261516.

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

Color convert

RGB14024187-
CMYK0.250.8700.27
HSL282.7º77.25%41.37%-
HSV(B)282.7º87.17%73.33%-
XYZ20.119.8247.85-
YUV77.27189.93172.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.89%
GREEN value IS 24 (9.77% from 255) = 6.84%
BLUE value IS 187 (73.44% from 255) = 53.28%
R=39.89%
G=6.84%
B=53.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140241870.250.8700.27282.777.2541.37
Hex8C18BB195701B11b4d29
Octal214302733112703343311551
Binary1000110011000101110111100110101110110111000110111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C18BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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