#8C18B3

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

Shades of Dark Orchid #8C18B3

Tints of Dark Orchid #8C18B3

Color information

#8C18B3 (or 0x8C18B3) is unknown color: approx Dark Orchid. HEX triplet: 8C, 18 and B3. RGB value is (140,24,179). Sum of RGB (Red+Green+Blue) = 140+24+179=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #8C18B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C18B3 is #73E74C. Grayscale: #4B4B4B. Windows color (decimal): -7595853 or 11737228. OLE color: 11737228.

HSL color Cylindrical-coordinate representation of color #8C18B3: hue angle of 284.9º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C18B3 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14024179-
CMYK0.220.8700.30
HSL284.9º76.35%39.8%-
HSV(B)284.9º86.59%70.2%-
XYZ19.289.4843.46-
YUV76.35185.93173.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.82%
GREEN value IS 24 (9.77% from 255) = 7.00%
BLUE value IS 179 (70.31% from 255) = 52.19%
R=40.82%
G=7.00%
B=52.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140241790.220.8700.30284.976.3539.8
Hex8C18B3165701E11d4c28
Octal214302632612703643511450
Binary1000110011000101100111011010101110111101000111011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C18B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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